mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
feat(rustfmt): add rustfmt default config of max_width = 80
This commit is contained in:
@@ -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
1
rustfmt.toml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
max_width = 80
|
||||||
Reference in New Issue
Block a user