| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-07 | Support rust visibility for enum and others | Ivan Tham | |
| 2021-03-07 | Support dedent with rust fn qualifiers | Ivan Tham | |
| 2021-02-17 | Dedent rust await function with ? | Ivan Tham | |
| 2021-02-17 | Dedent rust empty match | Ivan Tham | |
| 2020-12-17 | Rust test rename deindent to dedent | Ivan Tham | |
| 2020-12-17 | Rust dedent after .await | Ivan Tham | |
| 2020-12-17 | Rust handle [ indent like { and ( | Ivan Tham | |
| 2020-10-04 | Rust always indent after { | Ivan Tham | |
| 2020-10-04 | Add missing rust indent after function { | Ivan Tham | |
| 2020-09-30 | Rust not to indent on hash | Ivan Tham | |
| 2020-09-28 | Rust reindent where to match block | Ivan Tham | |
| 2020-09-27 | Add rust test for empty line indent | Ivan Tham | |
| 2020-09-27 | Rust improve align after partial statement | Ivan Tham | |
| 2020-09-27 | Rust align open paren for if and for | Ivan Tham | |
| 2020-07-31 | Merge remote-tracking branch 'pickfire/rust-highlight' | Maxime Coste | |
| 2020-07-27 | Add rust test cases for bad indentation edge case | John Isom | |
| 2020-07-26 | Add test cases for rust closing brace indentation | John Isom | |
| 2020-07-09 | Improve rust comment closing handling | Ivan Tham | |
| /// foo ///%( ) /// foo /// %( ) With `c<ret>bar<esc>`, /// foo bar /// foo /// /// bar Based on c-family block comment handling, this patch also add rust block comment indentation. This affects `o` behavior on empty comment but it allows a way more efficient way to clear comments. | |||
| 2020-06-02 | Rust dedent { after where clause | Ivan Tham | |
| 2020-05-31 | Rust indent after standalone where | Ivan Tham | |
| 2020-05-31 | Rust indent block comment | Ivan Tham | |
| 2020-05-30 | Rust take indentation before comment to next line | Ivan Tham | |
| 2020-05-30 | Handle dedent in rust syntax | Ivan Tham | |
| Naively handle dedent after , and ; which works most of the cases but does not work with multi level dedent. | |||
| 2019-03-28 | Block indent on newline when previous line is '(stuff' and move 'stuff' to ↵ | Grant Moyer | |
| own line Also, align closing paren on own line with opening paren | |||
