1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-07 12:24:27 +00:00
CC-Tweaked/.editorconfig
Jonathan Coates 10d2ea6fba Add some utilities to automate CC:T releases
Not sure how useful this'll be, but we'll see.
2021-01-09 18:25:24 +00:00

13 lines
188 B
INI

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