I am using this plugin.
and a .clang-format in the root.
The formatting works normally over the LSP.
However when I press enter
{/*< cursor here/*}
the line then looks like
{
␣␣␣␣␣␣␣␣/*<cursor here/*
␣␣␣␣}
I dont know where these indents on the last line come from? also the indentation on the line where the cursor is is not 4 spaces witch is set in the .editorconfig file.
This might not be related to the clangd extensions, but I am trying to figureing out where the problem comes from?
Do you might have any idea?
I am using this plugin. and a .clang-format in the root. The formatting works normally over the LSP.
However when I press enter
the line then looks like
I dont know where these indents on the last line come from? also the indentation on the line where the cursor is is not
4
spaces witch is set in the.editorconfig
file.This might not be related to the clangd extensions, but I am trying to figureing out where the problem comes from? Do you might have any idea?
Thanks a lot