1
0
Fork 0
mirror of synced 2024-06-30 12:31:09 -04:00
ultimate-vim/sources_non_forked/vim-ruby/etc/examples/indent/closing_brackets.rb

17 lines
120 B
Ruby
Raw Normal View History

2022-11-21 10:06:50 -05:00
[1, [2,
[3],
3],
4]
[1, [2,
3],
4]
[1, {2 =>
3},
4]
[1, f(2,
3),
4]