mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Enable shiftround
This commit is contained in:
parent
3dfb695eaf
commit
328adaec75
|
@ -12,6 +12,7 @@ o.tabstop = 4 -- Tab size in spaces
|
||||||
o.shiftwidth = 4 -- Indentation size
|
o.shiftwidth = 4 -- Indentation size
|
||||||
o.softtabstop = 4 -- Tabs/Spaces interlop
|
o.softtabstop = 4 -- Tabs/Spaces interlop
|
||||||
o.tabpagemax = 50 -- More tabs
|
o.tabpagemax = 50 -- More tabs
|
||||||
|
o.shiftround = true -- Always round indent to multiple of shiftwidth
|
||||||
|
|
||||||
-- Folding
|
-- Folding
|
||||||
o.foldmethod = "indent" -- Use indent to determine the fold levels
|
o.foldmethod = "indent" -- Use indent to determine the fold levels
|
||||||
|
|
Loading…
Reference in a new issue