# EditorConfig is awesome: http://EditorConfig.org

# Top-most EditorConfig file
root = true

# Defaults for every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{css,html,js,json,scss,yaml}]
indent_size = 2
indent_style = space

[*.py]
indent_size = 4
indent_style = space

[*.go]
indent_style = tab
