anpleenko
8/9/2015 - 10:51 AM

editorconfig

editorconfig

# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[Makefile]
indent_style = tab
indent_size = 4

[*.css]
indent_size = 4

[*.scss]
indent_size = 2

[*.less]
indent_size = 2

[*.jade]
indent_size = 2

[*.json]
indent_size = 2

[*.coffee]
indent_size = 2

[*.jhtml]
indent_size = 4

[*.html]
indent_size = 4

[*.js]
indent_size = 2

[*.jsx]
indent_size = 2

[*.yml]
indent_size = 2

[*.md]
trim_trailing_whitespace = false