1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-01 18:17:55 +00:00

Update README to explain what this project is

Also add a .editorconfig file to ensure some level of consistent
formatting.
This commit is contained in:
SquidDev
2017-11-14 22:40:33 +00:00
parent 28e3ffe978
commit b26564ccb9
2 changed files with 39 additions and 19 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
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