aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-06 03:28:43 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-06 03:28:43 -0500
commit37a1b3b1c77ad94e48bec70ef20093c1319e1dea (patch)
tree2b31c6070148af984d7f8423fe61ef57cf27d3de
parent766c6dba0724bffba5cce8cd88696b4aed053e70 (diff)
downloadvt100-rust-37a1b3b1c77ad94e48bec70ef20093c1319e1dea.tar.gz
vt100-rust-37a1b3b1c77ad94e48bec70ef20093c1319e1dea.zip
set edition for rustfmt
-rw-r--r--.rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml
index bcad605..55b0b14 100644
--- a/.rustfmt.toml
+++ b/.rustfmt.toml
@@ -1 +1,2 @@
+edition = "2018"
max_width = 78