Skip to content

Commit

Permalink
Fix editorconfig for test files
Browse files Browse the repository at this point in the history
Test output files should be exactly as defined with regard to trailing
whitespace.  This keeps editorconfig from breaking those files.
  • Loading branch information
tarleb committed Apr 12, 2014
1 parent 82d4160 commit 67051b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ trim_trailing_whitespace = true

[*.{markdown,md}]
trim_trailing_whitespace = false

[tests/*]
insert_final_newline = false
trim_trailing_whitespace = false

0 comments on commit 67051b6

Please sign in to comment.