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
5c0175d90a
kakoune
/
test
/
indent
/
c-family
/
deindent-if-body
/
out
14 lines
146 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added test for deindentation
2018-09-12 22:25:36 +03:00
if (int i = bar())
foo();
baz
Improve some corner cases in c-family auto-indenting
2019-01-14 15:42:57 +03:00
if (bar(a, b,
c, d))
foo(); // comment
baz
if (bar(a, b,
c, d)) // comment
foo();
baz
Reference in New Issue
Copy Permalink