Move editorConfig and JSHint settings to project root

This commit is contained in:
David Webster
2016-02-02 16:49:48 +00:00
parent 712aa1a6ac
commit aa1a4f67d2
2 changed files with 5 additions and 6 deletions

View File

@@ -7,10 +7,9 @@ root = true
# All files should use spaces.
[*]
indent_style = space
# Just JS for now.
[*.js]
indent_size = 3
end_of_line = crlf
trim_trailing_whitespace = true
indent_size = 3
#TODO: css, xml, ftl, etc.
[*.java]
indent_size = 4

View File

@@ -41,4 +41,4 @@
"browser": true,
"dojo": true
}
}