From 8ef9e74aaf0e548d4b636a1d1c1cb208b26b04c1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 9 Jan 2022 11:30:56 +0800 Subject: [PATCH] move rustfmt.toml upper --- nac3core/rustfmt.toml | 1 - rustfmt.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 nac3core/rustfmt.toml create mode 100644 rustfmt.toml diff --git a/nac3core/rustfmt.toml b/nac3core/rustfmt.toml deleted file mode 100644 index cfaa54ae..00000000 --- a/nac3core/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ - use_small_heuristics = "Max" diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..2a35f023 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +use_small_heuristics = "Max"