Fix editorconfig for test files

Test output files should be exactly as defined with regard to trailing
whitespace.  This keeps editorconfig from breaking those files.
This commit is contained in:
Albert Krewinkel 2014-04-12 12:22:09 +02:00
parent 82d4160bdc
commit 67051b6e5d

View file

@ -10,3 +10,7 @@ trim_trailing_whitespace = true
[*.{markdown,md}]
trim_trailing_whitespace = false
[tests/*]
insert_final_newline = false
trim_trailing_whitespace = false