woscope/.editorconfig

17 wiersze
262 B
INI

# 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
[{package.json,bower.json,.jshintrc}]
indent_size = 2
[.gitmodules]
indent_style = tab