diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-11 18:33:36 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-11 18:33:36 -0400 |
| commit | bc803e124973793607fc51919d186f333e0457d5 (patch) | |
| tree | 3f7ddc35b5346e9993d4548a9d34b852729325b5 /modules/neovim/nvim/after/ftplugin/c.lua | |
| parent | ddf526713d0f82f001d8d59c5af8876d0c1753fe (diff) | |
| download | home-bc803e124973793607fc51919d186f333e0457d5.tar.gz | |
update
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin/c.lua')
| -rw-r--r-- | modules/neovim/nvim/after/ftplugin/c.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/neovim/nvim/after/ftplugin/c.lua b/modules/neovim/nvim/after/ftplugin/c.lua index bd30255..2d48451 100644 --- a/modules/neovim/nvim/after/ftplugin/c.lua +++ b/modules/neovim/nvim/after/ftplugin/c.lua @@ -1,2 +1,2 @@ -vim.o.tabstop=4 -vim.o.shiftwidth=4 +vim.o.tabstop=2 +vim.o.shiftwidth=2 |