diff options
| author | kkard2 <[email protected]> | 2023-10-05 14:33:05 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-10-05 14:33:05 +0200 |
| commit | 5f549730fe133d79fcd43d729d4752243471828c (patch) | |
| tree | da53148b1b9bf5236b8ca2bc1b0debfa0a3c0340 /nvim/after/ftplugin/c.lua | |
| parent | 71c6a6073bcb1ab8ffaa660905af88df351544cc (diff) | |
i need to invest some time into per project settings and how to do that
Diffstat (limited to 'nvim/after/ftplugin/c.lua')
| -rw-r--r-- | nvim/after/ftplugin/c.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/after/ftplugin/c.lua b/nvim/after/ftplugin/c.lua new file mode 100644 index 0000000..5ea81f6 --- /dev/null +++ b/nvim/after/ftplugin/c.lua @@ -0,0 +1,3 @@ +vim.opt.softtabstop = 0 +vim.opt.expandtab = false +vim.opt.shiftwidth = 4 |
