1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 09:19:24 +03:00
kakoune/test/indent/rust
Ivan Tham 7c791f130c Handle dedent in rust syntax
Naively handle dedent after , and ; which works most of the cases but
does not work with multi level dedent.
2020-05-30 10:54:55 +08:00
..
after-open Block indent on newline when previous line is '(stuff' and move 'stuff' to own line 2019-03-28 13:17:57 -04:00
after-open-with-chars Block indent on newline when previous line is '(stuff' and move 'stuff' to own line 2019-03-28 13:17:57 -04:00
align-closing-brace Block indent on newline when previous line is '(stuff' and move 'stuff' to own line 2019-03-28 13:17:57 -04:00
align-closing-paren Block indent on newline when previous line is '(stuff' and move 'stuff' to own line 2019-03-28 13:17:57 -04:00
dedent Handle dedent in rust syntax 2020-05-30 10:54:55 +08:00