From fa868a039dc5a1af4b067c62be35eeae6eba5bc1 Mon Sep 17 00:00:00 2001 From: Antoine Vandecreme Date: Thu, 11 Jun 2015 10:49:32 -0400 Subject: [PATCH] Fix editorconfig config. --- .editorconfig | 3 ++- test/demo/memorycheck.html | 8 ++++---- test/modules/formats.js | 2 +- test/modules/units.js | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6c76c202..61b85e21 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,8 @@ # editorconfig.org root = true -[*] +# We need to specify each folder specifically to avoid including test/lib and test/data +[{Gruntfile.js,src/**,test/*,test/demo/**,test/helpers/**,test/modules/**}] indent_style = space indent_size = 4 end_of_line = lf diff --git a/test/demo/memorycheck.html b/test/demo/memorycheck.html index bebe80da..7a727fb5 100644 --- a/test/demo/memorycheck.html +++ b/test/demo/memorycheck.html @@ -23,19 +23,19 @@