1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-12-04 16:51:31 +01:00

vim: add clang-format as a C fixer

This commit is contained in:
bretello 2021-03-08 09:57:57 +01:00
parent 60eec77942
commit 5ca025b9fb

View File

@ -7,6 +7,7 @@ let g:ale_fixers = {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\ 'bash': ['shfmt'],
\ 'json': ['prettier'],
\ 'c': ['clang-format'],
\ 'cpp': ['clang-format'],
\ 'css': ['prettier'],
\ 'html': ['prettier'],