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