From 9e6e043016bf84b0e9ee3b8e05c472a4adbf68e6 Mon Sep 17 00:00:00 2001 From: Henri <52706578+Vanderscycle@users.noreply.github.com> Date: Thu, 3 Jun 2021 11:53:51 -0700 Subject: [PATCH] Update misc-utils.lua bash doesn't really have a std other than 2, 4, 8 spaces --- lua/misc-utils.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/misc-utils.lua b/lua/misc-utils.lua index 86285c9..bab2b56 100644 --- a/lua/misc-utils.lua +++ b/lua/misc-utils.lua @@ -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