Enable expandtab

This commit is contained in:
phynalle
2022-08-09 06:04:04 +09:00
committed by Stephan Seitz
parent 5c7f9d2ddb
commit d2815cb82f

View File

@@ -5,7 +5,7 @@ local run = Runner:new(it, "tests/indent/zig", {
tabstop = 4,
shiftwidth = 4,
softtabstop = 4,
expandtab = false,
expandtab = true,
})
describe("indent Zig:", function()