14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
|
---
|
||
|
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
|
||
|
PointerAlignment: Left
|
||
|
ColumnLimit: 80
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
UseCRLF: false
|
||
|
UseTab: Never
|
||
|
AlignAfterOpenBracket: BlockIndent
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
BreakBeforeBraces: Allman
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
...
|