Compare commits

..

No commits in common. "37f33a3614a9516ccca46b16dc216feff94d4af4" and "c41a91e784f3c43d6f265e9a68d2294dbfa4b929" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ let g:ale_fixers = {
\ 'markdown': ['prettier'],
\ 'terraform': ['terraform'],
\ 'yaml': ['prettier'],
\ 'python': ['ruff_format'],
\ 'python': ['black', 'isort'],
\ 'go': ['gofmt', 'goimports'],
\ 'rust': ['rustfmt'],
\ 'sql': ['pgformatter'],