mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Delete unused configuration variable
Summary: This was suggested in D2625#2 and is a competition for D2625. Test Plan: Viewed wide and non-wide diff in Firefox, Chrome, IE. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin, ReturnZero Differential Revision: https://secure.phabricator.com/D2652
This commit is contained in:
parent
b7e8c0a300
commit
56c401f614
1 changed files with 0 additions and 12 deletions
|
@ -967,18 +967,6 @@ return array(
|
|||
// class names of classes that extend PhutilRemarkupEngineBlockRule
|
||||
'differential.custom-remarkup-block-rules' => null,
|
||||
|
||||
// Set display word-wrap widths for Differential. Specify a dictionary of
|
||||
// regular expressions mapping to column widths. The filename will be matched
|
||||
// against each regexp in order until one matches. The default configuration
|
||||
// uses a width of 100 for Java and 80 for other languages. Note that 80 is
|
||||
// the greatest column width of all time. Changes here will not be immediately
|
||||
// reflected in old revisions unless you purge the changeset render cache
|
||||
// (with `./scripts/util/purge_cache.php --changesets`).
|
||||
'differential.wordwrap' => array(
|
||||
'/\.java$/' => 100,
|
||||
'/.*/' => 80,
|
||||
),
|
||||
|
||||
// List of file regexps where whitespace is meaningful and should not
|
||||
// use 'ignore-all' by default
|
||||
'differential.whitespace-matters' => array(
|
||||
|
|
Loading…
Reference in a new issue