summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-08-17 14:24:25 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2021-08-17 14:24:25 +0200
commitdad8e8d43de79a3c39a37f118e529dc88fab5495 (patch)
tree32329a450106142d35374c88b776c74a679bd9a0 /rustfmt.toml
parent25a49e22f267f467fb7436c799e1d01294e0a914 (diff)
cargo fmt: use hardtabs
since it does not support hard-whitespaces its the only way to make whitespaces consisitent and checked
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 81666c78..aec36615 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,3 +1,3 @@
max_width=70
-hard_tabs=false
+hard_tabs=true
newline_style="Unix" \ No newline at end of file