From a5c97803d55d65443bf93fdaa3d999688822fa22 Mon Sep 17 00:00:00 2001 From: Arthur Taft Date: Sun, 12 Oct 2025 18:25:47 -0600 Subject: [PATCH 1/1] Change tab indent to 4 spaces --- lua/config/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index db942f1..e2e12d2 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -3,8 +3,8 @@ o.termguicolors = true o.number = true wo.signcolumn = "yes" o.expandtab = true -o.shiftwidth = 2 -o.tabstop = 2 +o.shiftwidth = 4 +o.tabstop = 4 o.ignorecase = true o.smartcase = true o.clipboard = "unnamedplus" -- 2.51.2