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"