add make ft settings

This commit is contained in:
2024-11-25 16:46:27 +02:00
parent a93c15e29e
commit a6bf1207d7

5
after/ftplugin/make.lua Normal file
View File

@@ -0,0 +1,5 @@
vim.opt_local.tabstop = 4
vim.opt_local.shiftwidth = 4
vim.opt_local.softtabstop = 4
vim.opt_local.expandtab = false