kakoune/test/indent/lua/unindent-after-end/out
2021-09-26 11:54:43 -03:00

8 lines
54 B
Plaintext

if A then
end
if A then
while B then
end
end