summaryrefslogtreecommitdiff
path: root/test/indent/rust/comment
AgeCommit message (Collapse)Author
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-05-31Rust indent block commentIvan Tham
2020-05-30Rust take indentation before comment to next lineIvan Tham