summaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-06 02:36:29 -0400
committerJesse Luehrs <doy@tozt.net>2021-11-06 02:36:29 -0400
commit66cdb4e85efaa2e9abf270fc875239b6790c4a40 (patch)
treea1a6b9a636eaaec40ab9111b3aa7b52396f741af /.rustfmt.toml
parent47223328fca9c4de70c7c99cbdfd16038b5be4da (diff)
downloadnbsh-66cdb4e85efaa2e9abf270fc875239b6790c4a40.tar.gz
nbsh-66cdb4e85efaa2e9abf270fc875239b6790c4a40.zip
basic skeleton
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..55b0b14
--- /dev/null
+++ b/.rustfmt.toml
@@ -0,0 +1,2 @@
+edition = "2018"
+max_width = 78