Browse Source

feat: add rustfmt.toml file to prevent flags.rs fmt on save

PThorpe92 2 years ago
parent
commit
3039fb83b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rustfmt.toml

+ 1 - 0
rustfmt.toml

@@ -0,0 +1 @@
+ignore = ['src/options/flags.rs']