1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-15 17:49:54 +00:00
CC-Tweaked/.editorconfig

23 lines
285 B
INI
Raw Permalink Normal View History

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.sexp]
indent_size = 2
[*.yml]
indent_size = 2
[*.properties]
insert_final_newline = false