vscode-clangd icon indicating copy to clipboard operation
vscode-clangd copied to clipboard

Add option to put curly braces on a new line when accepting suggestings like `if` and `else`

Open palapapa opened this issue 1 year ago • 2 comments

After accepting suggestions like if, else, while etc., the opening brace will be placed on the same line. It would be nice to have the option to put it on a new line, otherwise, I had to turn off the option to accept suggestions when pressing enter to avoid accidentally putting the brace on the same line.

palapapa avatar Oct 26 '22 12:10 palapapa