| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -132/+0 |
| | | |||||
| * | feat(c-family): inherit injections | ObserverOfTime | 2025-05-12 | 1 | -0/+15 |
| | | |||||
| * | fix(rust): indentation in multi-line tuple pattern (#6402) | ganhaque | 2024-04-04 | 1 | -0/+4 |
| | | | | | | * fix(rust): indentation in multi-line tuple pattern * test(indent): rust - add test for tuple pattern indent | ||||
| * | fix(rust): indentation in multi-line for expression | ganhaque | 2024-04-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix indentation when the for loop expression is on multiple lines Example: previous: ```rust for ( abc, def ) in thing.iter() { // ... } ``` new: ```rust for ( abc, def ) in thing.iter() { // ... } ``` | ||||
| * | fix(rust): indentation in tuple type patterns | ganhaque | 2024-04-04 | 1 | -0/+4 |
| | | |||||
| * | fix(rust): indentation in tuple struct patterns | Amaan Qureshi | 2024-03-26 | 1 | -0/+4 |
| | | |||||
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -21/+14 |
| | | |||||
| * | feat(rust): improve indents | Amaan Qureshi | 2024-03-21 | 1 | -2/+10 |
| | | |||||
| * | fix(rust): dedent on macro definition end | Amaan Qureshi | 2024-03-20 | 1 | -1/+12 |
| | | |||||
| * | fix(rust): Add back 1 indent for macro rules (#5834) | Pham Huy Hoang | 2024-01-20 | 1 | -0/+10 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -13/+37 |
| | | |||||
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -15/+16 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | fix(rust): remove if_let from indent captures | kiyan | 2022-07-08 | 1 | -1/+0 |
| | | | | | fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073 | ||||
| * | fix(indent): rust - support newline after closing brace | Munif Tanjim | 2022-01-21 | 1 | -0/+14 |
| | | |||||
| * | feat: rewrite indent module | Munif Tanjim | 2022-01-21 | 1 | -4/+16 |
| | | |||||
| * | fixed rust match indents | Brian Shu | 2021-03-01 | 1 | -0/+1 |
| | | |||||
| * | feat: use @ignore for comments and multiline strings | elianiva | 2021-03-01 | 1 | -0/+5 |
| | | |||||
| * | fix: rust use_list + tuple_expression indent | elianiva | 2021-02-08 | 1 | -0/+2 |
| | | |||||
| * | feat: added more indent queries | elianiva | 2021-01-14 | 1 | -0/+26 |
