feat(ftplugin): sh formatting

This commit is contained in:
2026-04-01 11:09:14 +03:00
parent 2dc040f17d
commit fd4c38e01b

4
after/ftplugin/sh.lua Normal file
View File

@@ -0,0 +1,4 @@
vim.opt.shiftwidth = 2
vim.opt.tabstop = 2
vim.opt.expandtab = true