# Get EditorConfig plugin here: http://editorconfig.org/#download

root = true

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

[*.js]
indent_size = 2

[*.css]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2