- Posted by
- Thanks for the reply. Is it possible to have two different indention lengths in a multiline statement, like: if (a=b) or (b=c) //Indention with 1 space { a++ //Indention with 3 spaces b++ }Posted in Syntax Highlighting
-   Topics
-   Views
- roy79
Apr 09, 2006
- Hi In my code I usually split a statement over multiple lines for cleaness. But when I reindent my code with the default settings I get this: if (x==y or (y==z and w) or (a==c)) { ... } But What I really wanted is the lines below the call also indent 1 space like: if (x==y or (y==z and w) or (a==c))...Posted in Syntax Highlighting
-   Topics
-   Views
- roy79
Apr 06, 2006