From 67051b6e5d07f30b1a3c60231fc8561ec6a1bc86 Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <tarleb@moltkeplatz.de>
Date: Sat, 12 Apr 2014 12:22:09 +0200
Subject: [PATCH] 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.
---
 .editorconfig | 4 ++++
 1 file changed, 4 insertions(+)

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