diff options
author | edef <edef@unfathomable.blue> | 2022-06-19 16:17:59 +0000 |
---|---|---|
committer | edef <edef@unfathomable.blue> | 2022-06-19 16:19:48 +0000 |
commit | 2ce27876db9b8a391bbb91aceba57dc99271dab0 (patch) | |
tree | a3192c33816f0384325e42e40b88caed3b6fd0c4 /ripple | |
parent | 35bffe3564c430bfc862dfbfb91c927553ba645a (diff) | |
download | unf-legacy-2ce27876db9b8a391bbb91aceba57dc99271dab0.tar.zst |
Make rustfmt.toml global
Change-Id: I9ef820d2c22d54c6d8d6b259c2eea3f27d6459ac
Diffstat (limited to 'ripple')
-rw-r--r-- | ripple/rustfmt.toml | 5 |
1 files changed, 0 insertions, 5 deletions
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 <v@unfathomable.blue> -# SPDX-License-Identifier: OSL-3.0 - -hard_tabs = true -imports_granularity = "One" |