aboutsummaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 02:08:27 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 02:08:27 -0500
commit33cc13b554e6f4cc6e139b0eecf5c6e697433a9d (patch)
tree59a6558bb7f824852f823d6a9d47c9034c3ab613 /.rustfmt.toml
parent922151a0ad78027a54e6d0da6555117493e67ef8 (diff)
downloadttyrec-bin-33cc13b554e6f4cc6e139b0eecf5c6e697433a9d.tar.gz
ttyrec-bin-33cc13b554e6f4cc6e139b0eecf5c6e697433a9d.zip
initial implementation
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