dotfiles/neovim/.clang-format
Gabe Venberg 5f5dc76261 added toggleterm and whitch-key.nvim.
due to adding whitch-key.nvim, also added descs to all keybinds.
2023-09-07 11:17:28 -05:00

11 lines
275 B
YAML

---
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
PointerAlignment: Left
ColumnLimit: 120
IndentWidth: 4
TabWidth: 4
UseCRLF: false
UseTab: true
...