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-21 02:21:32 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
b36ece46c4
kakoune
/
test
/
indent
/
c-family
/
indent-if-body
/
in
12 lines
133 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())%( )
Improve some corner cases in c-family auto-indenting
2019-01-14 15:42:57 +03:00
if (bar(a, b,
c, d))%( )
if (bar(a, b,
c, d)) // comment%( )
Indent and deindent c-family single line else properly
2019-02-09 02:16:29 +03:00
else%( )
else // comment%( )
Reference in New Issue
Copy Permalink