aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAlbert Krewinkel <tarleb@moltkeplatz.de>2014-04-12 12:22:09 +0200
committerAlbert Krewinkel <tarleb@moltkeplatz.de>2014-04-12 12:22:09 +0200
commit67051b6e5d07f30b1a3c60231fc8561ec6a1bc86 (patch)
tree1e478ad51cb72f9feb01fe82392daabbbcc69b91 /.editorconfig
parent82d4160bdcc149df020d1f95f4a7d893a9ecb42a (diff)
downloadpandoc-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--.editorconfig4
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