Some options for formatting
Status: Beta
Brought to you by:
byronstar
Would it be possible to add some preference-settings for changing the automatic formatting?
1) I like to indent by 2 spaces, not by tabs, and empty lines are really empty (they don't contain spaces or tabs).
2) I like to break long lines in that form:
llOwnerSay("This is a very long text not " +
"fitting in one line.");
or, for function calls:
someFunction(firstValue, secondValue, thirdValue,
anotherValue, andAnotherValue);
It would be nice, if the automatic formatter could be persuaded to format it in that way.