diff --git a/neovim/.clang-format b/neovim/.clang-format new file mode 100644 index 0000000..c44d557 --- /dev/null +++ b/neovim/.clang-format @@ -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 +... +