fixed fight between treesitter and clang-format WRT indentation.

This commit is contained in:
Gabe Venberg 2023-09-05 11:41:26 -05:00
parent 5cfe0b683b
commit 855108ffc2

8
neovim/.clang-format Normal file
View file

@ -0,0 +1,8 @@
---
#this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
IndentWidth: 4
TabWidth: 4
UseCRLF: false
UseTab: true
...