From 10083cc44d3600519369052c3bb7c0bd46638c85 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Sun, 17 Sep 2023 14:32:35 -0700 Subject: [PATCH] Remove rustfmt.toml symbolic link --- rustfmt/rustfmt.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 120000 => 100644 rustfmt/rustfmt.toml diff --git a/rustfmt/rustfmt.toml b/rustfmt/rustfmt.toml deleted file mode 120000 index dbc9b16..0000000 --- a/rustfmt/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -../../common/home/rustfmt.toml \ No newline at end of file diff --git a/rustfmt/rustfmt.toml b/rustfmt/rustfmt.toml new file mode 100644 index 0000000..a14d586 --- /dev/null +++ b/rustfmt/rustfmt.toml @@ -0,0 +1,5 @@ +edition = "2021" +brace_style = "AlwaysNextLine" +hard_tabs = true +tab_spaces = 3 +imports_granularity = "Crate" -- 2.44.1