organize code to blocks

Hey
How do I put my code into proper blocks.
I know I saw ashortcut but I cant figure it out now.

Meaning:
1
2
if(i=0)
    i=1;

and not
1
2
if(i=0)
i=1;


Last edited on
[\code] should be [/code]
Last edited on
fixed
I mean obviously for all along the code with ctrlA
There is a <> button to the right that you can use.
Topic archived. No new replies allowed.