25 lines
410 B
INI
Raw Normal View History

# EditorConfig is awesome: http://EditorConfig.org
# Download a plugin for your favorite editor from http://editorconfig.org/#download
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
[*.js]
insert_final_newline = true
indent_style = tab
[*.{yml,yaml}]
indent_style = space
indent_size = 4
[package.json]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab