Remove rustfmt.toml symbolic link #4

Merged
aniva merged 1 commits from bug/rustfmt into main 2023-09-17 14:34:29 -07:00
1 changed files with 5 additions and 1 deletions

View File

@ -1 +0,0 @@
../../common/home/rustfmt.toml

View File

@ -0,0 +1,5 @@
edition = "2021"
brace_style = "AlwaysNextLine"
hard_tabs = true
tab_spaces = 3
imports_granularity = "Crate"