Trim trailing whitespace in all files but Markdown (#3044)

This commit is contained in:
Thibaud Colas 2016-10-03 16:57:08 +03:00 committed by Matt Westcott
parent 2992d90e97
commit 5d84c666bb

View file

@ -3,6 +3,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{css,js,json,py,yml}]
indent_style = space
@ -15,3 +16,6 @@ indent_size = 4
[*.{js,json,yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false