From ab879a7dfafbe578a6f77f482efc68e5bc52c312 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Mon, 10 Jun 2024 09:17:09 -0700 Subject: [PATCH] Fix default `rustfmt` for repo (#3084) --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000000..43d4840c79 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +newline_style = "Unix"