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
1 changed files with 3 additions and 1 deletions

View File

@ -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]