fixed fight between treesitter and clang-format WRT indentation.
This commit is contained in:
parent
5cfe0b683b
commit
855108ffc2
8
neovim/.clang-format
Normal file
8
neovim/.clang-format
Normal 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
|
||||||
|
...
|
||||||
|
|
Loading…
Reference in a new issue