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
0600724a8b
kakoune
/
test
/
indent
/
c-family
/
deindent-if-body
/
in
11 lines
146 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added test for deindentation
2018-09-12 21:25:36 +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(); // comment%( )
if (bar(a, b,
c, d)) // comment
foo();%( )
Reference in New Issue
Copy Permalink
Mastodon