You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2022. It is now read-only.
I installed clangd and format my code with lua vim.lsp.buf.formatting(), I see that the code is formatted with clang-format and I would like to add the following command-line argument -style=WebKit to change the way my code is formatted. Any directions on how I could do that ? I see how I can configure clangd but not clang-format ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed clangd and format my code with
lua vim.lsp.buf.formatting()
, I see that the code is formatted with clang-format and I would like to add the following command-line argument-style=WebKit
to change the way my code is formatted. Any directions on how I could do that ? I see how I can configure clangd but not clang-format ...Beta Was this translation helpful? Give feedback.
All reactions