Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jan 18, 2025
1 parent 0abdc39 commit 58ab9e5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
tab_width = 4

[*.java]
indent_style = space
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

0 comments on commit 58ab9e5

Please sign in to comment.