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
38efe8b421
kakoune
/
test
/
indent
/
c-family
/
indent-if-body
/
out
17 lines
153 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add some missing tests for c-family indent
2017-05-21 23:33:00 +02:00
if (int i = bar())
foo
Improve some corner cases in c-family auto-indenting
2019-01-14 13:42:57 +01:00
if (bar(a, b,
c, d))
foo
if (bar(a, b,
c, d)) // comment
foo
Indent and deindent c-family single line else properly
2019-02-09 00:16:29 +01:00
else
foo
else // comment
foo
Reference in New Issue
Copy Permalink
Mastodon