Fix editorconfig config.

This commit is contained in:
Antoine Vandecreme 2015-06-11 10:49:32 -04:00
parent 606d25dbe6
commit fa868a039d
4 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,8 @@
# editorconfig.org # editorconfig.org
root = true 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_style = space
indent_size = 4 indent_size = 4
end_of_line = lf end_of_line = lf