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

This commit is contained in:
PThorpe92 2023-09-26 13:02:15 -04:00
parent cdf22c57c5
commit 3039fb83b2
No known key found for this signature in database
GPG key ID: 66DB3FBACBDD05CC

1
rustfmt.toml Normal file
View file

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