Update misc-utils.lua
bash doesn't really have a std other than 2, 4, 8 spaces
This commit is contained in:
parent
1508fd8fb3
commit
9e6e043016
@ -42,5 +42,4 @@ function M.has_width_gt(cols)
|
|||||||
end
|
end
|
||||||
-- file extension specific tabbing
|
-- file extension specific tabbing
|
||||||
vim.cmd([[autocmd Filetype python setlocal expandtab tabstop=4 shiftwidth=4 softtabstop=4]])
|
vim.cmd([[autocmd Filetype python setlocal expandtab tabstop=4 shiftwidth=4 softtabstop=4]])
|
||||||
vim.cmd([[autocmd Filetype bash setlocal expandtab tabstop=4 shiftwidth=4 softtabstop=4]])
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user