From fd4c38e01b484bbf16be2f45bfd9dd9b81e12c09 Mon Sep 17 00:00:00 2001 From: Ruslan Timofieiev Date: Wed, 1 Apr 2026 11:09:14 +0300 Subject: [PATCH] feat(ftplugin): sh formatting --- after/ftplugin/sh.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 after/ftplugin/sh.lua diff --git a/after/ftplugin/sh.lua b/after/ftplugin/sh.lua new file mode 100644 index 0000000..5bceee4 --- /dev/null +++ b/after/ftplugin/sh.lua @@ -0,0 +1,4 @@ +vim.opt.shiftwidth = 2 +vim.opt.tabstop = 2 +vim.opt.expandtab = true +