From 57c388ae52fe497973c0e52c4504c2a0b3222080 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 19 Apr 2015 21:56:31 -0700 Subject: [PATCH] Make tests ignore any .editorconfig files outside the test directory --- tests/.editorconfig | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/.editorconfig diff --git a/tests/.editorconfig b/tests/.editorconfig new file mode 100644 index 0000000..78b36ca --- /dev/null +++ b/tests/.editorconfig @@ -0,0 +1 @@ +root = true