Posts: 92
Threads: 42
Joined: Jul 2010
Reputation:
0
is there a program i can get to make it all have the dent in it so i dont gotta go manually and do it ?
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
the point in using a fixed indentation is also to make your code more viewable for yourself and others..
if you have everything written in somehow, you won't find anything later.. or at least won't get several parts as you just don't know where you currently are, when something starts and when something else ends...
just do it e.g. like this:
after each { or after any "if" call one "tab" to the right and after each } or when an "if" ends one "tab" back..
Posts: 1,171
Threads: 32
Joined: Oct 2011
Reputation:
0
If you want messy script use #pragma tabsize 0 under defines that will fix the Identation errors... But will make the script a mess
Posts: 1,059
Threads: 86
Joined: Sep 2010
Reputation:
0
DracoBlue's TidyPawn is a good tool, as Drebin posted above.