From 2ce27876db9b8a391bbb91aceba57dc99271dab0 Mon Sep 17 00:00:00 2001 From: edef Date: Sun, 19 Jun 2022 16:17:59 +0000 Subject: Make rustfmt.toml global Change-Id: I9ef820d2c22d54c6d8d6b259c2eea3f27d6459ac --- ripple/rustfmt.toml | 5 ----- rustfmt.toml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 ripple/rustfmt.toml create mode 100644 rustfmt.toml diff --git a/ripple/rustfmt.toml b/ripple/rustfmt.toml deleted file mode 100644 index 1a8d7aa..0000000 --- a/ripple/rustfmt.toml +++ /dev/null @@ -1,5 +0,0 @@ -# SPDX-FileCopyrightText: V -# SPDX-License-Identifier: OSL-3.0 - -hard_tabs = true -imports_granularity = "One" diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..1a8d7aa --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: V +# SPDX-License-Identifier: OSL-3.0 + +hard_tabs = true +imports_granularity = "One" -- cgit 1.4.1