feat(meson): add indents.scm

This commit is contained in:
Jędrzej Boczar 2024-01-19 16:08:23 +01:00 committed by Christian Clason
parent d198a75e2c
commit 6548bb64c1
10 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# vim: ft=meson
x = cond ?
iftrue :
iffalse
x = cond
? iftrue
: iffalse
x = cond ?