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

# top-most EditorConfig file
root = true

[*]
end_of_line = lf
charset = utf-8
indent_size = 4
indent_style = space

[*.yaml]
indent_size = 2

[*.json]
indent_size = 2

