Discord-MC-Chat/.editorconfig
2025-08-03 00:43:43 +08:00

17 lines
No EOL
248 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,yaml,yml}]
indent_size = 2
[*.java]
indent_style = tab
tab_width = 4