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
fde78b5047
kakoune
/
test
/
indent
/
c-family
/
indent-if-body
/
out
11 lines
114 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add some missing tests for c-family indent
2017-05-22 00:33:00 +03:00
if (int i = bar())
foo
Improve some corner cases in c-family auto-indenting
2019-01-14 15:42:57 +03:00
if (bar(a, b,
c, d))
foo
if (bar(a, b,
c, d)) // comment
foo
Reference in New Issue
Copy Permalink