aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.rustfmt.toml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-05-02 23:40:49 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-05-02 23:40:49 +0800
commit34d6029d20986d7508fbbaf7b370294978400620 (patch)
tree28f65ef60db69128490b165b038058d6e4d6e88d /.rustfmt.toml
parente8326e064c5cf0d422b0e23925d4705bda6d55d8 (diff)
downloadHydroRoll-34d6029d20986d7508fbbaf7b370294978400620.tar.gz
HydroRoll-34d6029d20986d7508fbbaf7b370294978400620.zip
Diffstat (limited to '.rustfmt.toml')
-rw-r--r--.rustfmt.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml
deleted file mode 100644
index c4e4d34..0000000
--- a/.rustfmt.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Keep in sync with .editorconfig
-max_width = 100
-
-tab_spaces = 4
-hard_tabs = false
-
-format_strings = true
-wrap_comments = true
-
-imports_granularity = "Crate"
-group_imports = "StdExternalCrate"