indents(c): add zero_indent for #if

This commit is contained in:
Stephan Seitz 2022-01-22 18:24:38 +01:00
parent 616dc885fc
commit fd5a551d7c
7 changed files with 18 additions and 13 deletions

View file

@ -13,7 +13,7 @@ describe("indent C:", function()
runner:whole_file(".", {
expected_failures = {
"./preproc_func.c",
"./label.c",
"./unfinished_comment.c",
},
})
end)