mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Don't overindent lines ending with <---
This commit is contained in:
parent
f6cd941886
commit
7a5967a752
@ -129,7 +129,7 @@ if ($p->param('format') && $p->param('format') eq 'raw') {
|
||||
print " " x ($tab*5);
|
||||
print;
|
||||
}
|
||||
if (/^--->/) {
|
||||
if (/^--->/ && !/<---$/) {
|
||||
$tab++;
|
||||
}
|
||||
}
|
||||
|
@ -129,7 +129,7 @@ if ($p->param('format') && $p->param('format') eq 'raw') {
|
||||
print " " x ($tab*5);
|
||||
print;
|
||||
}
|
||||
if (/^--->/) {
|
||||
if (/^--->/ && !/<---$/) {
|
||||
$tab++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user