From 016363955146b6f194a71c0278ad872a769f81d6 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 22 Jan 2024 00:02:17 +0100 Subject: [PATCH] rustfmt --- .gitignore | 1 + .rustfmt.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.gitignore b/.gitignore index 9d5aa9e..d6f1ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # except: !.zshrc +!.rustfmt.toml !.vimrc !.ideavimrc !.config diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..17ab7c2 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +edition = "2015"