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 @@