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
/
c-family
/
deindent-generic-closing-brace
/
out
44 lines
205 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test cases for c-family closing brace indentation
2020-07-26 20:21:07 +02:00
{
}
{
}
{
bar()}
{
bar()
}
{
bar()
}
{(
)}
{(
)}
{(
foo())}
{(
foo()
)}
{(
bar()
)}
Add c-family test cases for bad indentation edge case
2020-07-27 19:58:01 +02:00
{
bar()
}
{(
bar()
)}
Reference in New Issue
Copy Permalink
Mastodon