aboutsummaryrefslogtreecommitdiffstats
path: root/queries/rust/indents.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-132/+0
|
* feat(c-family): inherit injectionsObserverOfTime2025-05-121-0/+15
|
* fix(rust): indentation in multi-line tuple pattern (#6402)ganhaque2024-04-041-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 expressionganhaque2024-04-041-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 patternsganhaque2024-04-041-0/+4
|
* fix(rust): indentation in tuple struct patternsAmaan Qureshi2024-03-261-0/+4
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-21/+14
|
* feat(rust): improve indentsAmaan Qureshi2024-03-211-2/+10
|
* fix(rust): dedent on macro definition endAmaan Qureshi2024-03-201-1/+12
|
* fix(rust): Add back 1 indent for macro rules (#5834)Pham Huy Hoang2024-01-201-0/+10
|
* chore: query formattingPham Huy Hoang2024-01-191-13/+37
|
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-15/+16
| | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment
* fix(rust): remove if_let from indent captureskiyan2022-07-081-1/+0
| | | | fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
* fix(indent): rust - support newline after closing braceMunif Tanjim2022-01-211-0/+14
|
* feat: rewrite indent moduleMunif Tanjim2022-01-211-4/+16
|
* fixed rust match indentsBrian Shu2021-03-011-0/+1
|
* feat: use @ignore for comments and multiline stringselianiva2021-03-011-0/+5
|
* fix: rust use_list + tuple_expression indentelianiva2021-02-081-0/+2
|
* feat: added more indent querieselianiva2021-01-141-0/+26