# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines and file endings, with tab indentation for accessibility (no size specified)
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# YAML doesn't support tab indentation
[*.{yml,yaml}]
indent_style = space