aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-10 16:04:07 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-10 16:04:07 +0300
commite6b225226d4f19577ac7c46e3bf43d97ae77c670 (patch)
treeeef2eeb7b51b483258d021f0e03875a3623ae58e /rustfmt.toml
parentc1d4b0a43046b8aa4bad6ebf6ca3f74aba1bb54f (diff)
downloadfinbudg-e6b225226d4f19577ac7c46e3bf43d97ae77c670.tar.gz
finbudg-e6b225226d4f19577ac7c46e3bf43d97ae77c670.zip
Switch to superior indentation method
Also set max width of lines to 80, because I like being able to open my code in vertical splits and fitting each window.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..dd338c9
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,2 @@
+hard_tabs = true
+max_width = 80