summaryrefslogtreecommitdiff
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorNadrieril2019-03-05 00:46:30 +0100
committerNadrieril2019-03-05 00:46:30 +0100
commit5bc6cc5f19aca81f1bb2d51ed9fc42d05f97e05c (patch)
tree62846dd064618a8d1af7a3c843a118d86be44f55 /.rustfmt.toml
parent9c0a29fcad5b92c2f850f7b2bb8c228ec3f167fc (diff)
Tweak rustfmt options
Diffstat (limited to '')
-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..0c2ca5c
--- /dev/null
+++ b/.rustfmt.toml
@@ -0,0 +1,2 @@
+edition = "2018"
+max_width = 80