ViaFabric/.editorconfig

18 lines
373 B
INI
Raw Permalink Normal View History

root = true
2025-01-18 10:19:02 +01:00
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
tab_width = 4
[*.java]
2025-01-18 10:19:02 +01:00
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