feat(go): force tabs on go files
This commit is contained in:
@@ -16,7 +16,7 @@ vim.opt.fillchars = {
|
||||
vim.opt.splitbelow = true
|
||||
vim.opt.splitright = true
|
||||
-- set tabline=%!MyTabLine()
|
||||
vim.opt.tabstop = 8
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.shiftwidth = 4
|
||||
|
||||
Reference in New Issue
Block a user