|
|
To do (your wishlist):
- Add Option: add an extra space between opening and closing brackets
Ex. if (A==4) .. change with if ( A==4 ) ..
- Add Option: The braces on FUNCTIONS and the first level of embraced code is NOT
indented. All other braces and embraced code IS indented. Braces are always
on seperate lines.
Reason: some editors can hide the code from the editor
if it is between matching braces
- ...
|