gitui/rustfmt.toml
Stephan Dilly dad8e8d43d cargo fmt: use hardtabs
since it does not support hard-whitespaces its the only way to make whitespaces consisitent and checked
2021-08-17 14:24:25 +02:00

3 lines
48 B
TOML

max_width=70
hard_tabs=true
newline_style="Unix"