From 9c71ce61a1c28d359a380679bf5f052b771cb96f Mon Sep 17 00:00:00 2001 From: dodic Date: Sat, 18 Jun 2022 15:16:26 +0300 Subject: [PATCH] Add rustmft --- rust/rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust/rustfmt.toml diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml new file mode 100644 index 00000000..eccd5f9b --- /dev/null +++ b/rust/rustfmt.toml @@ -0,0 +1,3 @@ +error_on_line_overflow = true +error_on_unformatted = true +version = "Two"