Clangd lsp setup
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user