mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Enable expandtab
This commit is contained in:
parent
5c7f9d2ddb
commit
d2815cb82f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue