HTD / NST

New Source Tree Komodo Addon
32 stars 20 forks source link

perl: wrong tree identation after function's declaration #22

Closed jumpercc closed 11 years ago

jumpercc commented 11 years ago

in this code:

sub foo;
sub bar {
    #
}
sub foo {
    #
}

all functions must be on the same tree indentation level

PS: and again github code highlighter have the same bug

jumpercc commented 11 years ago

$ git push Counting objects: 7, done. Delta compression using up to 8 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 498 bytes, done. Total 4 (delta 2), reused 0 (delta 0) To git@github.com:HTD/NST.git d2ffe86..129c851 testing -> testing