[TxMt] Perl indentation question
André Cruz
andre.cruz at segula.pt
Thu May 10 15:31:33 UTC 2007
Hello.
I don't know who is responsible for the indentation of Perl buffers
(textmate author or bundle author?) but there is a problem with
structures of the kind:
###
my $teste;
$sth_comments->bind_columns(
undef,
\$journalid,
\$jtalkid
);
my $teste2;
###
This is correctly indented, according to the Text->Indent Selection
command.
But I was expecting this:
###
my $teste;
$sth_comments->bind_columns(
undef,
\$journalid,
\$jtalkid
);
my $teste2;
###
Regards,
André Cruz
More information about the textmate
mailing list