9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
|
---
|
||
|
#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
|
||
|
...
|
||
|
|