1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
indent = [ "argument_list", "array", "begin", "block", "call", "class", "case", "do_block", "elsif", "if", "hash", "method", "module", "singleton_class", "singleton_method", ] outdent = [ ")", "}", "]", "end", "when", ]