set 'smartindent' option

This commit is contained in:
2022-04-22 23:32:01 +03:00
parent 3838f14bec
commit 48fc3d2528

View File

@@ -5,6 +5,7 @@ opt.tabstop = 2
opt.shiftwidth = 2 opt.shiftwidth = 2
opt.expandtab = true opt.expandtab = true
opt.autoindent = true opt.autoindent = true
opt.smartindent = true
-- What the **** is this -- What the **** is this
opt.shortmess = "filnxtToOFc" opt.shortmess = "filnxtToOFc"