]> Arthur Taft Gitweb - nvim.git/commitdiff
Change tab indent to 4 spaces main
authorArthur Taft <[email protected]>
Mon, 13 Oct 2025 00:25:47 +0000 (18:25 -0600)
committerArthur Taft <[email protected]>
Mon, 13 Oct 2025 00:25:47 +0000 (18:25 -0600)
lua/config/options.lua

index db942f1065bcd1b0c73b0539e590eb2e334762b4..e2e12d2ad289aaba37ae69820b79aa69e5c6d9f9 100644 (file)
@@ -3,8 +3,8 @@ o.termguicolors = true
 o.number = true
 wo.signcolumn = "yes"
 o.expandtab = 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"
 o.ignorecase = true
 o.smartcase = true
 o.clipboard = "unnamedplus"