Settings for the editor IntelliJ IDEA
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.js]
charset = utf-8
[*.js]
indent_style = tab
indent_size = 4
[*.css]
charset = utf-8
[*.css]
indent_style = tab
indent_size = 4
[*.less]
charset = utf-8
[*.less]
indent_style = tab
indent_size = 4
[*.scss]
charset = utf-8
[*.scss]
indent_style = tab
indent_size = 4
[*.styl]
charset = utf-8
[*.styl]
indent_style = tab
indent_size = 4
[*.html]
charset = utf-8
[*.html]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4
[lib/**.js]
indent_style = space
indent_size = 4
[{yarn.lock, package.json,.travis.yml}]
indent_style = space
indent_size = 4