mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-08 03:36:40 +00:00
Ensure we don't strip any whitespace
This commit is contained in:
parent
aa447ec101
commit
8fb3ae405f
@ -5,7 +5,9 @@ indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
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
|
||||
|
||||
[*.md]
|
||||
|
Loading…
x
Reference in New Issue
Block a user