Bash/sh now have 2 space indents

This commit is contained in:
2024-11-28 11:26:03 +02:00
parent 031b71837e
commit 9766986721
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Event = 'VeryLazy'
vim.opt_local.tabstop = 2 -- number of visual spaces per TAB
vim.opt_local.softtabstop = 2 -- number of idfk tab when editing
vim.opt_local.shiftwidth = 2 -- number of spaces to insert on tab

View File

@@ -0,0 +1,5 @@
Event = 'VeryLazy'
vim.opt_local.tabstop = 2 -- number of visual spaces per TAB
vim.opt_local.softtabstop = 2 -- number of idfk tab when editing
vim.opt_local.shiftwidth = 2 -- number of spaces to insert on tab