Discord-MC-Chat/.editorconfig
2025-07-31 21:50:59 +08:00

17 lines
No EOL
237 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
max_line_length = 120
ij_continuation_indent_size = 8
[*.json]
indent_size = 2
[*.java]
indent_style = tab
tab_width = 4