From 277f5e458becbb9bf451eca3e26fdc04abba49ac Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 13 Sep 2023 12:58:31 -0500 Subject: [PATCH] remove exteranous line from .clang-format, more changes for coding style. --- neovim/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/.clang-format b/neovim/.clang-format index 6429461..2c61359 100644 --- a/neovim/.clang-format +++ b/neovim/.clang-format @@ -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