Enable shiftround

This commit is contained in:
ItsDrike 2021-12-06 13:59:10 +01:00
parent 3dfb695eaf
commit 328adaec75
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -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