Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

indents

$
0
0

switch ( statusKind )

            {

            case GOOD:

            {

            if ( now > goodTimestamp )

                {

                goodTimestamp = now;

                }

            isPermanentlyRedirected = false;

            isTemporarilyRedirected = false;

            break;

            }

 

if I take out the outer {} it indents as requested in the code style.

Is the lack of indent with {} the intended behaviour?

--

Roedy Green Canadian Mind Products http://mindprod.com

Students who hire or con others to do their homework are as foolish

as couch potatoes who hire others to go to the gym for them.

 


Viewing all articles
Browse latest Browse all 5661

Trending Articles