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
785cbaeaed
kakoune
/
test
/
indent
/
c-family
/
deindent-function-closing-brace
/
out
22 lines
184 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
void foo(void) {
}
void foo(void) {
}
void foo(void) {
bar()}
void foo(void) {
bar()
}
void foo(void) {
bar()
}
Add c-family test cases for bad indentation edge case
2020-07-27 19:58:01 +02:00
void foo(void) {
bar()
}
Reference in New Issue
Copy Permalink
Mastodon