Use tabs instead of spaces
This commit is contained in:
@@ -40,7 +40,6 @@ return {
|
||||
"optwin",
|
||||
"compiler",
|
||||
"bugreport",
|
||||
"ftplugin",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@@ -76,7 +76,7 @@ local opt = {
|
||||
wrapmargin = 0, -- No margin for wrapping
|
||||
tabstop = 4, -- 2 spaces per tab
|
||||
shiftwidth = 0, -- Match tabstop
|
||||
expandtab = true, -- Use spaces for tabs
|
||||
expandtab = false, -- Use spaces for tabs
|
||||
autoindent = true, -- Maintain indent level
|
||||
|
||||
-------------------
|
||||
|
Reference in New Issue
Block a user