CC-Tweaked/.editorconfig

18 lines
363 B
INI
Raw Normal View History

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
2017-11-19 15:04:21 +00:00
# Sadly too many files have whitespace errors, so we leave this as is for
# now and just make sure we don't introduce any more.
# trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.properties]
insert_final_newline = false