From d2815cb82fd3a48164595e3d07d0bfbe473d4147 Mon Sep 17 00:00:00 2001 From: phynalle Date: Tue, 9 Aug 2022 06:04:04 +0900 Subject: Enable expandtab --- tests/indent/zig_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/indent/zig_spec.lua') diff --git a/tests/indent/zig_spec.lua b/tests/indent/zig_spec.lua index 7a6f45d0..c064d9ab 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() -- cgit v1.2.3