mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-01 08:10:00 +01:00
17 lines
361 B
INI
17 lines
361 B
INI
[*]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
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
|