# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# More at: editorconfig.org
# Special credit to Robert Simpson for JSON style and technical support!

root = true

[*]
indent_style = tab
indent_size = 4

[*.json]
indent_style = tab
indent_size = 4

[*.js]
indent_style = tab
indent_size = 4

[*.html]
indent_style = tab
indent_size = 4

[*.css]
indent_style = space
indent_size = 4

[*.scss]
indent_style = space
indent_size = 4

[*.rb]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_style = space
indent_size = 2

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true