Skip to content

Commit

Permalink
Properly configure .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed May 13, 2023
1 parent a28de9c commit bde4aa5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.{gradle,java}]
indent_style = tab
ij_continuation_indent_size = 8
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,*,|,net.fabricmc.**
ij_java_class_count_to_use_import_on_demand = 999

[*.{yml,yaml}]
indent_style = space
indent_size = 2

0 comments on commit bde4aa5

Please sign in to comment.