diff options
| author | phynalle <phynalism@gmail.com> | 2022-08-09 06:04:04 +0900 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-08-08 14:07:30 -0700 |
| commit | d2815cb82fd3a48164595e3d07d0bfbe473d4147 (patch) | |
| tree | 593dd1f19617698a2be8c5040a4c77ecaf17d64c /tests | |
| parent | 5c7f9d2ddba764b18182c77462e6902721befbb0 (diff) | |
Enable expandtab
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/indent/zig_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
