aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/meson/list.meson
blob: 0dd17d27f0dd29fa3984bc04cceba41c6fc5f2a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim: ft=meson

foo = [
  'a',
  'b',
]

bar = [
  'a',
  'b']

baz = ['a',
  'b'
]