summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Muzyka <marek@muzyka.dev>2025-11-20 15:19:52 +0100
committerMarek Muzyka <marek@muzyka.dev>2025-11-20 15:19:52 +0100
commit0e8cd21482f4d9f12dd5b200673c271e39edfb10 (patch)
tree75ea8f32f5a2b880fc17efff915fbf8475199bfc
parent9e69e3554ee1dd56f055423de09a0a575fbe73b0 (diff)
Increase tab size from 2 to 4HEADmaster
-rw-r--r--lua/config/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua
index 00ebeff..30ed1b9 100644
--- a/lua/config/options.lua
+++ b/lua/config/options.lua
@@ -3,7 +3,7 @@ vim.g.mapleader = " "
local opt = vim.opt
opt.expandtab = true
-opt.tabstop = 2
+opt.tabstop = 4
opt.shiftwidth = 0
opt.nu = true