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
b3a1017a26
kakoune
/
test
/
indent
/
rust
/
dedent-if-closing-brace
/
in
16 lines
137 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test cases for rust closing brace indentation
2020-07-27 04:01:50 +02:00
if true {%( )}
if true {%( )
}
if true {%( )bar()}
if true {%( )bar()
}
if true {
bar()%( )}
Add rust test cases for bad indentation edge case
2020-07-27 20:13:23 +02:00
if true {
bar()%( )}
Reference in New Issue
Copy Permalink
Mastodon