Clangd lsp setup

This commit is contained in:
2026-07-27 07:54:36 +01:00
parent 9e44013cdc
commit ff59297921
2 changed files with 15 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
BasedOnStyle: LLVM
IndentWidth: 2
TabWidth: 2
ContinuationIndentWidth: 2
ColumnLimit: 0
UseTab: Never
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Empty
AlignAfterOpenBracket: BlockIndent
BinPackArguments: false
AllowAllArgumentsOnNextLine: false
BreakBeforeBinaryOperators: NonAssignment