[FreeBSD] set tab width to 8
This commit is contained in:
parent
bc137b6141
commit
d9549a7da3
|
@ -1525,7 +1525,7 @@ final class DifferentialChangesetParser extends Phobject {
|
|||
$line = phutil_string_cast($line);
|
||||
|
||||
// TODO: This should be flexible, eventually.
|
||||
$tab_width = 2;
|
||||
$tab_width = 8;
|
||||
|
||||
$line = self::replaceTabsWithSpaces($line, $tab_width);
|
||||
$line = str_replace($search, $replace, $line);
|
||||
|
|
|
@ -283,7 +283,7 @@ final class DifferentialHunkParser extends Phobject {
|
|||
if ($o['type'] != $n['type']) {
|
||||
$o_segments = array();
|
||||
$n_segments = array();
|
||||
$tab_width = 2;
|
||||
$tab_width = 8;
|
||||
|
||||
$o_text = $o['text'];
|
||||
$n_text = $n['text'];
|
||||
|
|
Loading…
Reference in a new issue