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