bwtui/.editorconfig
Christoph Heiss b94440f6fb
chore: Re-format everything with rustfmt to 4 spaces indent.
8 spaces was a bit extreme. Also, this now enables us to easily format
the crate using 'cargo fmt'.
2020-11-25 01:55:40 +01:00

13 lines
188 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false