From 80783d2ae41076fd06e484856c5cbe060238811b Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 20 Sep 2024 19:09:23 +0300 Subject: [PATCH] init rustfmt.toml --- rustfmt.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..720f06b3 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,6 @@ +# https://rust-lang.github.io/rustfmt/ + +# unstable_features = true +# brace_style = "AlwaysNextLine" + +# ignore = [] \ No newline at end of file