Menu

#215 How to wrap after case statement

closed-fixed
nobody
None
1
2002-11-15
2002-11-14
No

Hi!

How can I tell jalopy to wrap after a case statement?

Currently my source looks something like this:

[...]
case 5: if (blabla) {
[...]

Is it possible that jalopy formats that like this:

[...]
case 5:
if (blabla) {
[...]

Or is there a switch and I didn't find it?

Thanks &
mfg.

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2002-11-14

    Logged In: YES
    user_id=44430

    This is a severe bug (because I am plain stupid). I'll look
    into it and will release a new version tonight.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-11-14
    • priority: 5 --> 1
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-11-15
    • status: open --> closed-fixed
     

Log in to post a comment.