This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aa1a280309
kakoune
/
test
/
indent
/
rust
/
dedent-function-closing-brace
/
out
27 lines
226 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test cases for rust closing brace indentation
2020-07-27 04:01:50 +02:00
fn foo() -> i32 {
}
fn foo() -> i32 {
}
fn foo() -> i32 {
bar()}
fn foo() -> i32 {
bar()
}
fn foo() -> i32 {
bar()
}
Add rust test cases for bad indentation edge case
2020-07-27 20:13:23 +02:00
Dedent rust await function with ?
2021-02-16 18:16:58 +01:00
fn foo() -> i32 {
bar()
}
fn foo() -> i32 {
bar()?
}
Reference in New Issue
Copy Permalink
Mastodon