1
0
Fork 1

Undo tab minification

remotes/1715175271555336803/main
gravel 2 years ago
parent d125bc13a1
commit 984c862722
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -62,8 +62,6 @@
exit(255);
}
$output = preg_replace("/\\t+/", "\t", $output);
file_put_contents($docpath, join("\n", $output));
}