0
0
Fork 0
mirror of https://github.com/Jozufozu/Flywheel.git synced 2025-01-18 08:57:54 +01:00
Flywheel/.editorconfig

24 lines
522 B
INI
Raw Normal View History

# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
continuation_indent_size = 8
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_style = space
indent_size = 2
[*.java]
indent_style = tab
2021-06-30 22:03:02 +02:00
ij_java_else_on_new_line = false
ij_continuation_indent_size = 8
ij_java_class_count_to_use_import_on_demand = 99
ij_java_names_count_to_use_import_on_demand = 99
ij_java_imports_layout = $*, |, java.**, |, javax.**, |, org.**, |, com.**, |, *