Wrong indentation of perl code
Submitted by Tuesday, 20 January, 2004 - 12:55
on
jedit does not indent perl code correctly in some instances. For example, when splitting an argument list between parentheses over several lines, jedit will indent the next statemetn under the argument list instead of under the beginning of the previous statement.
Example:
somefunctioncall($arg1, $arg2); beginning of next statement;Is there a way to change this behavior? Is it possible to customize the indentation rules?