remove exteranous line from .clang-format,

more changes for coding style.
This commit is contained in:
Gabe Venberg 2023-09-13 12:58:31 -05:00
parent 643fec93ed
commit 277f5e458b

View file

@ -1,7 +1,7 @@
---
#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
ColumnLimit: 80
IndentWidth: 4
TabWidth: 4
UseCRLF: false