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

[*.rs]
# Check with `max_width` in the rustfmt.toml
max_line_length = 100
trim_trailing_whitespace = true
insert_final_newline = true

[**/CMakeLists.txt]
trim_trailing_whitespace = true
insert_final_newline = true

[{*.yml, *.yaml}]
indent_size = 2