Define trim_trailing_whitespace rule for all files.

This commit is contained in:
John-David Dalton
2016-01-26 18:02:00 -08:00
parent 60a0d554a0
commit 567171993b

View File

@@ -8,7 +8,5 @@ charset = utf-8
end_of_line = lf end_of_line = lf
indent_size = 2 indent_size = 2
indent_style = space indent_style = space
trim_trailing_whitespace = true
[**.{html,js,json,md}]
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true