nvim-treesitter/tests/indent/meson/ternary.meson

12 lines
94 B
Text
Raw Normal View History

2024-01-19 16:08:23 +01:00
# vim: ft=meson
x = cond ?
iftrue :
iffalse
x = cond
? iftrue
: iffalse
x = cond ?