mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
26 lines
413 B
INI
26 lines
413 B
INI
# Editorconfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
continuation_indent_size = 8
|
|
|
|
[*.java]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.xml]
|
|
indent_style = tab
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|