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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue