Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-17 13:30:14 +01:00
Add editorconfig
Dieser Commit ist enthalten in:
Ursprung
dca8ecf1db
Commit
e9c3889c82
13
.editorconfig
Normale Datei
13
.editorconfig
Normale Datei
@ -0,0 +1,13 @@
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = false
|
||||
tab_width = 4
|
||||
|
||||
[*.java]
|
||||
ij_java_class_count_to_use_import_on_demand = 999999
|
||||
ij_java_names_count_to_use_import_on_demand = 999999
|
||||
ij_java_imports_layout = *,|,$*
|
||||
ij_java_generate_final_locals = true
|
||||
ij_java_generate_final_parameters = true
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren