aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/zig_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/zig_spec.lua')
-rw-r--r--tests/indent/zig_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/zig_spec.lua b/tests/indent/zig_spec.lua
index 7a6f45d00..c064d9ab9 100644
--- a/tests/indent/zig_spec.lua
+++ b/tests/indent/zig_spec.lua
@@ -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()