This website requires JavaScript.
Explore
Help
Sign In
mawww
/
kakoune
Watch
1
Star
1
Fork
0
You've already forked kakoune
mirror of
https://github.com/mawww/kakoune.git
synced
2024-12-20 01:41:40 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
ab1704ce10
kakoune
/
test
/
indent
/
c-family
/
deindent-if-closing-brace
/
out
22 lines
124 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test cases for c-family closing brace indentation
2020-07-26 21:21:07 +03:00
if (1) {
}
if (1) {
}
if (1) {
bar()}
if (1) {
bar()
}
if (1) {
bar()
}
Add c-family test cases for bad indentation edge case
2020-07-27 20:58:01 +03:00
if (1) {
bar()
}
Reference in New Issue
Copy Permalink