Update misc-utils.lua

bash doesn't really have a std other than 2, 4, 8 spaces
pull/54/head
Henri 3 years ago committed by GitHub
parent 1508fd8fb3
commit 9e6e043016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save