mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 18:35:15 +00:00
17 lines
No EOL
248 B
INI
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 |