some changes
This commit is contained in:
parent
bf3d577550
commit
c997a13c8a
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ o.scrolloff = 8
|
||||||
o.tabstop = 2 -- 2 spaces for tabs (prettier default)
|
o.tabstop = 2 -- 2 spaces for tabs (prettier default)
|
||||||
o.shiftwidth = 2 -- 2 spaces for indent width
|
o.shiftwidth = 2 -- 2 spaces for indent width
|
||||||
o.softtabstop = 2
|
o.softtabstop = 2
|
||||||
|
-- o.tabstop = 4 -- for TitusWorkings
|
||||||
|
-- o.shiftwidth = 4 -- for TitusWorkings
|
||||||
|
-- o.softtabstop = 4 -- for TitusWorkings
|
||||||
o.expandtab = true -- expand tab to spaces
|
o.expandtab = true -- expand tab to spaces
|
||||||
o.autoindent = true -- copy indent from current line when starting new one
|
o.autoindent = true -- copy indent from current line when starting new one
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue