mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 02:06:39 +00:00
feat(rustfmt): add rustfmt default config of max_width = 80
This commit is contained in:
@@ -33,6 +33,7 @@ SYMLINKS=(
|
||||
reek.yml
|
||||
rspec
|
||||
rubocop.yml
|
||||
rustfmt.toml
|
||||
tmux
|
||||
tmux.conf
|
||||
zshenv
|
||||
|
||||
1
rustfmt.toml
Normal file
1
rustfmt.toml
Normal file
@@ -0,0 +1 @@
|
||||
max_width = 80
|
||||
Reference in New Issue
Block a user