Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ruby-ts-mode: Fix indentation for string_array closer | Dmitry Gutov | 2023-12-24 | 1 | -0/+4 |
* | (ruby-ts--indent-rules): Add a rule for continuation of a hash pair | Dmitry Gutov | 2023-01-19 | 1 | -0/+6 |
* | (ruby-ts--parent-call-or-bol): Handle more cases with nested literals | Dmitry Gutov | 2023-01-19 | 1 | -0/+17 |
* | (ruby-ts--statement-container-regexp): Remove "parenthesized_statements" | Dmitry Gutov | 2023-01-19 | 1 | -0/+8 |
* | ruby-ts-mode: Obey the option ruby-method-call-indent | Dmitry Gutov | 2023-01-18 | 1 | -0/+1 |
* | ruby-ts-mode: Obey the option ruby-after-operator-indent | Dmitry Gutov | 2023-01-18 | 1 | -0/+3 |
* | ruby-ts-mode: Fix indent after operator or conditional | Dmitry Gutov | 2023-01-18 | 1 | -0/+13 |
* | ruby-ts-mode: Fix/change indentation of a continuation method call | Dmitry Gutov | 2023-01-18 | 1 | -0/+13 |
* | ruby-ts-mode: Fix indent inside parenthesized_expr and else/end after unless | Dmitry Gutov | 2023-01-18 | 1 | -0/+10 |
* | ruby-ts-mode: Fix the rules for hanging arrays and hashes | Dmitry Gutov | 2023-01-18 | 1 | -0/+23 |