coc-clangd
coc-clangd copied to clipboard
Disable code formating on coc-rename
is there a way to turn off code formating when using coc-rename? Or can i change the style of the format?
is there a way to turn off code formating when using coc-rename
Not yet, but soon - once the config system lands we'd like to add a setting to disable implicit formatting.
Or can i change the style of the format?
.clang-format
files should be respected.
You can add --fallback-style=none
in clangd.arguments
Related Clangd issue: https://github.com/clangd/clangd/issues/271
clangd's issue.