mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
Enable expandtab
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user