Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
tab_width = 4

[*.gradle]
indent_style = tab
ij_continuation_indent_size = 8

[*.java]
indent_style = tab
max_line_length = off
ij_continuation_indent_size = 8 # IntelliJ default
# Imports
Expand All @@ -25,9 +24,11 @@ ij_java_keep_simple_lambdas_in_one_line = true
ij_java_keep_simple_methods_in_one_line = true

[*.{json,properties}]
indent_style = space
indent_size = 2

[.editorconfig]
[run/config/skyblocker/item-repo/**.json]
indent_style = space
insert_final_newline = false

[.editorconfig]
indent_size = 4