mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-19 16:24:54 +00:00
b26564ccb9
Also add a .editorconfig file to ensure some level of consistent formatting.
16 lines
233 B
INI
16 lines
233 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
|
|
|
|
[*.properties]
|
|
insert_final_newline = false
|