mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: use ruff as default python formatter
This commit is contained in:
parent
c41a91e784
commit
0ada46b805
|
@ -17,7 +17,7 @@ let g:ale_fixers = {
|
|||
\ 'markdown': ['prettier'],
|
||||
\ 'terraform': ['terraform'],
|
||||
\ 'yaml': ['prettier'],
|
||||
\ 'python': ['black', 'isort'],
|
||||
\ 'python': ['ruff'],
|
||||
\ 'go': ['gofmt', 'goimports'],
|
||||
\ 'rust': ['rustfmt'],
|
||||
\ 'sql': ['pgformatter'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user