2023-09-05 18:41:26 +02:00
|
|
|
---
|
|
|
|
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
|
2023-09-07 18:10:29 +02:00
|
|
|
PointerAlignment: Left
|
2023-09-13 15:57:50 +02:00
|
|
|
ColumnLimit: 120
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
|
|
|
UseCRLF: false
|
|
|
|
UseTab: AlignWithSpaces
|
|
|
|
AlignAfterOpenBracket: BlockIndent
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
2023-09-13 15:57:50 +02:00
|
|
|
BreakBeforeBraces: Attach
|
2023-09-13 20:02:36 +02:00
|
|
|
AlignOperands: Align
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
2023-09-05 18:41:26 +02:00
|
|
|
...
|