Go to file
Lei Wang 59e634dbdb New indentation rules implemented and fixed typo and bug
1) Indentation rules to to count paren(indentation):
Return number of parenthesis till the outmost “@“ annotation,
if the there is "[", we check if it has "@" right after if and at the
same line, if so, we add the number of characters between "[" and
the beginning of the line it appears
2) line push back rules:
we do not push back lines begin with “@“ that
a) has keyworld "codeblock" or "verbatim" after
b) contains “[” and multiple lines before the closing “]”

original commit: 08718a4e2f3653a329e5f57068849117ab37c623
2014-05-02 14:32:58 -05:00
pkgs New indentation rules implemented and fixed typo and bug 2014-05-02 14:32:58 -05:00