I would like an option to indent variable declerations like this:
var i : integer s : string; b : boolean;
and not
var i : integer; s : string; b : boolean;
Logged In: YES user_id=1103338
hm.. indention got lost in the HTML formating.
I would like to format the var-section like this:
var i : integer; <4 spaces>s : string;
so that the s is directly below the i and not like this:
var <2 spaces>i : integer; <2 spaces>s : string;
Log in to post a comment.
Logged In: YES
user_id=1103338
hm.. indention got lost in the HTML formating.
I would like to format the var-section like this:
var i : integer;
<4 spaces>s : string;
so that the s is directly below the i
and not like this:
var
<2 spaces>i : integer;
<2 spaces>s : string;