add make ft settings
This commit is contained in:
5
after/ftplugin/make.lua
Normal file
5
after/ftplugin/make.lua
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user