mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-01 08:10:00 +01:00
75d86851ce
Doing lots of things in one commit to not muddy file history too much - almost all of these changes are fully automated
16 lines
361 B
INI
16 lines
361 B
INI
[*]
|
|
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
|
|
|
|
[{*.json,*.yml}]
|
|
indent_size = 2 |