aboutsummaryrefslogtreecommitdiff
path: root/lua/user/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/options.lua')
-rw-r--r--lua/user/options.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua
index a15e0e4..a24db50 100644
--- a/lua/user/options.lua
+++ b/lua/user/options.lua
@@ -21,9 +21,9 @@ local options = {
undofile = true, -- enable persistent undo
updatetime = 300, -- faster completion (4000ms default)
writebackup = false, -- if a file is being edited by another program (or was written to file while editing with another program), it is not allowed to be edited
- expandtab = true, -- convert tabs to spaces
- shiftwidth = 4, -- the number of spaces inserted for each indentation
- tabstop = 4, -- insert 4 spaces for a tab
+ expandtab = false, -- convert tabs to spaces
+ shiftwidth = 8, -- the number of spaces inserted for each indentation
+ tabstop = 8, -- insert 4 spaces for a tab
preserveindent = true,
softtabstop = 0,
cursorline = true, -- highlight the current line