aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-24ruby-ts-mode: Fix indentation for string_array closerDmitry Gutov1-0/+4
2023-01-19(ruby-ts--indent-rules): Add a rule for continuation of a hash pairDmitry Gutov1-0/+6
2023-01-19(ruby-ts--parent-call-or-bol): Handle more cases with nested literalsDmitry Gutov1-0/+17
2023-01-19(ruby-ts--statement-container-regexp): Remove "parenthesized_statements"Dmitry Gutov1-0/+8
2023-01-18ruby-ts-mode: Obey the option ruby-method-call-indentDmitry Gutov1-0/+1
2023-01-18ruby-ts-mode: Obey the option ruby-after-operator-indentDmitry Gutov1-0/+3
2023-01-18ruby-ts-mode: Fix indent after operator or conditionalDmitry Gutov1-0/+13
2023-01-18ruby-ts-mode: Fix/change indentation of a continuation method callDmitry Gutov1-0/+13
2023-01-18ruby-ts-mode: Fix indent inside parenthesized_expr and else/end after unlessDmitry Gutov1-0/+10
2023-01-18ruby-ts-mode: Fix the rules for hanging arrays and hashesDmitry Gutov1-0/+23