bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] Usage question


From: Rowbottom, George
Subject: [Bug-indent] Usage question
Date: Thu, 24 Oct 2002 17:53:59 -0700


 This is a question about using indent.  If I should send it to
 someone else please let me know.
 
 Here is what I am trying to do.
 Given source like this:
 
 mycall(aaa, bbb, ccc,
     ddd, //comment
     ddd,
      ddd,
       ddd, //comment
       ddd,
          eee)
         {
         }
 
 
 I would like it to come out like:
     mycall(aaa, bbb, ccc,
               ddd, //comment
               ddd,
               ddd,
               ddd, //comment
               ddd,
               eee)
         {
         }
 
 But indent insists on joining lines so I get:
 
 mycall (aaa, bbb, ccc, ddd, //comment
             ddd, ddd, ddd,      //comment
             ddd, eee)
     {
     }
 
 
 
 How can I turn off the join?
 
 
 
 Thanks very much
 
 George
 
 George Rowbottom
 PowerTV SQA
 address@hidden
 408-777-5298

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]