Menu

question about tabs

2003-01-25
2012-09-26
  • Nobody/Anonymous

    I have a problem where my 2nd or 3rd nested tab will be too long. ex:

    for(x=0; x<y; x++)
    {
         for(y=0; y<x; y++)
         {
                   //line of code starts here
                                  //next line starts here
         }
    }

    it seems that the comments are tabbed over twice (from left bracket) even though i pressed tab only once. my 3rd nested tab will be tabbed over three times (from first line of code). is there a way to fix this, or do I just have to deal w/ it?

     
    • Nobody/Anonymous

      code formatting totally botched the point. just ignore the example i gave.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.