feat(rustfmt): add rustfmt default config of max_width = 80

This commit is contained in:
2023-03-08 00:53:35 +00:00
parent fcf9ee7e2a
commit 4ff776f1f3
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ SYMLINKS=(
reek.yml reek.yml
rspec rspec
rubocop.yml rubocop.yml
rustfmt.toml
tmux tmux
tmux.conf tmux.conf
zshenv zshenv

1
rustfmt.toml Normal file
View File

@@ -0,0 +1 @@
max_width = 80