ajusted .clang-format
This commit is contained in:
parent
453993aee6
commit
c840e4bd4f
|
@ -1,10 +1,12 @@
|
||||||
---
|
---
|
||||||
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
|
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseCRLF: false
|
UseCRLF: false
|
||||||
UseTab: true
|
UseTab: AlignWithSpaces
|
||||||
|
AlignAfterOpenBracket: BlockIndent
|
||||||
|
AlwaysBreakBeforeMultilineStrings: true
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue