dotfiles/neovim/.clang-format

13 lines
329 B
Plaintext
Raw Normal View History

---
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
PointerAlignment: Left
2023-09-13 08:57:50 -05:00
ColumnLimit: 120
IndentWidth: 4
TabWidth: 4
UseCRLF: false
UseTab: AlignWithSpaces
AlignAfterOpenBracket: BlockIndent
AlwaysBreakBeforeMultilineStrings: true
...