summaryrefslogtreecommitdiff
path: root/test/indent/rust
AgeCommit message (Collapse)Author
2021-03-07Support rust visibility for enum and othersIvan Tham
2021-03-07Support dedent with rust fn qualifiersIvan Tham
2021-02-17Dedent rust await function with ?Ivan Tham
2021-02-17Dedent rust empty matchIvan Tham
2020-12-17Rust test rename deindent to dedentIvan Tham
2020-12-17Rust dedent after .awaitIvan Tham
2020-12-17Rust handle [ indent like { and (Ivan Tham
2020-10-04Rust always indent after {Ivan Tham
2020-10-04Add missing rust indent after function {Ivan Tham
2020-09-30Rust not to indent on hashIvan Tham
2020-09-28Rust reindent where to match blockIvan Tham
2020-09-27Add rust test for empty line indentIvan Tham
2020-09-27Rust improve align after partial statementIvan Tham
2020-09-27Rust align open paren for if and forIvan Tham
2020-07-31Merge remote-tracking branch 'pickfire/rust-highlight'Maxime Coste
2020-07-27Add rust test cases for bad indentation edge caseJohn Isom
2020-07-26Add test cases for rust closing brace indentationJohn Isom
2020-07-09Improve rust comment closing handlingIvan 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-02Rust dedent { after where clauseIvan Tham
2020-05-31Rust indent after standalone whereIvan Tham
2020-05-31Rust indent block commentIvan Tham
2020-05-30Rust take indentation before comment to next lineIvan Tham
2020-05-30Handle dedent in rust syntaxIvan Tham
Naively handle dedent after , and ; which works most of the cases but does not work with multi level dedent.
2019-03-28Block 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