index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
indent
/
rust
Age
Commit message (
Expand
)
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
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
2019-03-28
Block indent on newline when previous line is '(stuff' and move 'stuff' to ow...
Grant Moyer