Are there any ways to achieve this (the dot indicates the position of the cursor) in Visual Studio Code by using clangd formatter
void foo()
{
.
}
instead of this
void foo()
{
.}
or are there any ways to just use the c/c++ extension formatter from Microsoft while using clangd intellisense in vscode as it asks me to disable the intellisense of c/c++ if i want to use clangd however turning off the intellisense of c/c++ will also turn off the formatter of it.