aboutsummaryrefslogtreecommitdiff
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authortslil clingman <>2021-01-09 22:42:12 -0500
committertslil clingman <>2021-01-09 22:44:29 -0500
commita0f3a7f8ba9036d1fcb18941a54077082f15cf3c (patch)
treebb3943b7bc3cee704fbc7ad7c4e4c1ca0204d5f7 /.rustfmt.toml
parent1cb3c0ea50ce55278413dfd368285cb622130a30 (diff)
Added .rustfmt.toml, tabs for indentation, spaces for alignment
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..d5ccc00
--- /dev/null
+++ b/.rustfmt.toml
@@ -0,0 +1,2 @@
+hard_tabs=true
+tab_spaces=2