Files
Civ/plugins/hiddenore-paper/.editorconfig
2017-06-10 23:11:45 -04:00

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