From eb6772ea33ef846482cb945e02e216deb93eaf6d Mon Sep 17 00:00:00 2001 From: dlond Date: Tue, 20 May 2025 19:35:23 +1200 Subject: [PATCH] trying to fix auto indenting on some files --- lua/custom/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/options.lua b/lua/custom/options.lua index 36db2c6d..6401b8b9 100644 --- a/lua/custom/options.lua +++ b/lua/custom/options.lua @@ -5,7 +5,7 @@ vim.g.have_nerd_font = true -- Indentation settings vim.o.expandtab = true -vim.o.smartindent = true +-- vim.o.smartindent = true vim.o.tabstop = 4 vim.o.shiftwidth = 4