diff options
author | Albert Krewinkel <tarleb@moltkeplatz.de> | 2014-04-12 12:22:09 +0200 |
---|---|---|
committer | Albert Krewinkel <tarleb@moltkeplatz.de> | 2014-04-12 12:22:09 +0200 |
commit | 67051b6e5d07f30b1a3c60231fc8561ec6a1bc86 (patch) | |
tree | 1e478ad51cb72f9feb01fe82392daabbbcc69b91 /.editorconfig | |
parent | 82d4160bdcc149df020d1f95f4a7d893a9ecb42a (diff) | |
download | pandoc-67051b6e5d07f30b1a3c60231fc8561ec6a1bc86.tar.gz |
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.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 9c562bd1f..5f40572b0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ trim_trailing_whitespace = true [*.{markdown,md}] trim_trailing_whitespace = false + +[tests/*] +insert_final_newline = false +trim_trailing_whitespace = false |