summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb
AgeCommit message (Expand)Author
2023-12-24ruby-ts-mode: Fix indentation for string_array closerDmitry Gutov
2023-01-19(ruby-ts--indent-rules): Add a rule for continuation of a hash pairDmitry Gutov
2023-01-19(ruby-ts--parent-call-or-bol): Handle more cases with nested literalsDmitry Gutov
2023-01-19(ruby-ts--statement-container-regexp): Remove "parenthesized_statements"Dmitry Gutov
2023-01-18ruby-ts-mode: Obey the option ruby-method-call-indentDmitry Gutov
2023-01-18ruby-ts-mode: Obey the option ruby-after-operator-indentDmitry Gutov
2023-01-18ruby-ts-mode: Fix indent after operator or conditionalDmitry Gutov
2023-01-18ruby-ts-mode: Fix/change indentation of a continuation method callDmitry Gutov
2023-01-18ruby-ts-mode: Fix indent inside parenthesized_expr and else/end after unlessDmitry Gutov
2023-01-18ruby-ts-mode: Fix the rules for hanging arrays and hashesDmitry Gutov