Merge pull request #821 from codydaig/fix/editorconfig

Changed .html files to have 2 spaces instead of tabs
This commit is contained in:
Liran Tal
2015-08-19 22:17:17 +03:00

View File

@@ -24,10 +24,15 @@ space_after_anonymous_functions = true
spaces_in_brackets = false
# No Standard. Please document a standard if different from .js
[**.yml, **.html, **.css]
[**.yml, **.css]
trim_trailing_whitespace = true
indent_style = tab
[**.html]
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
# No standard. Please document a standard if different from .js
[**.md]
indent_style = tab