Update misc-utils.lua

bash doesn't really have a std other than 2, 4, 8 spaces
This commit is contained in:
Henri 2021-06-03 11:53:51 -07:00 committed by GitHub
parent 1508fd8fb3
commit 9e6e043016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -42,5 +42,4 @@ function M.has_width_gt(cols)
end
-- file extension specific tabbing
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