diff options
Diffstat (limited to 'lua/user/options.lua')
| -rw-r--r-- | lua/user/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua index 5a0433c..03b5c04 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -23,7 +23,7 @@ local options = { 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 = false, -- convert tabs to spaces shiftwidth = 8, -- the number of spaces inserted for each indentation - tabstop = 8, -- insert 4 spaces for a tab + tabstop = 8, -- insert 8 spaces for a tab preserveindent = true, softtabstop = 0, cursorline = true, -- highlight the current line |
