зеркало из https://github.com/mozilla/gecko-dev.git
Don't overindent lines ending with <---
This commit is contained in:
Родитель
f6cd941886
Коммит
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++;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче