1
0
Fork 0
mirror of synced 2024-06-28 03:31:09 -04:00
ultimate-vim/sources_non_forked/vim-ruby/etc/examples/indent/closing_brackets.rb
2022-11-21 23:06:50 +08:00

17 lines
120 B
Ruby

[1, [2,
[3],
3],
4]
[1, [2,
3],
4]
[1, {2 =>
3},
4]
[1, f(2,
3),
4]