nvim-treesitter/tests/indent/ruby/indent-square-brackets.rb
2023-01-09 22:17:50 +01:00

5 lines
46 B
Ruby

def indent_square_brackets
[
[]
]
end