1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-17 10:50:01 +00:00

Ensure we don't strip any whitespace

This commit is contained in:
SquidDev 2017-11-19 15:04:21 +00:00
parent aa447ec101
commit 8fb3ae405f

View File

@ -5,7 +5,9 @@ indent_style = space
indent_size = 4 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true # 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 insert_final_newline = true
[*.md] [*.md]