Changeset View
Changeset View
Standalone View
Standalone View
conf/default.conf.php
| Show First 20 Lines • Show All 821 Lines • ▼ Show 20 Lines | // -- Search ---------------------------------------------------------------- // | ||||
| // support. | // support. | ||||
| 'search.engine-selector' => 'PhabricatorDefaultSearchEngineSelector', | 'search.engine-selector' => 'PhabricatorDefaultSearchEngineSelector', | ||||
| // -- Differential ---------------------------------------------------------- // | // -- Differential ---------------------------------------------------------- // | ||||
| 'differential.revision-custom-detail-renderer' => null, | 'differential.revision-custom-detail-renderer' => null, | ||||
| // Array for custom remarkup rules. The array should have a list of | |||||
| // class names of classes that extend PhutilRemarkupRule | |||||
| 'differential.custom-remarkup-rules' => null, | |||||
| // Array for custom remarkup block rules. The array should have a list of | |||||
| // class names of classes that extend PhutilRemarkupEngineBlockRule | |||||
| 'differential.custom-remarkup-block-rules' => null, | |||||
| // List of file regexps where whitespace is meaningful and should not | // List of file regexps where whitespace is meaningful and should not | ||||
| // use 'ignore-all' by default | // use 'ignore-all' by default | ||||
| 'differential.whitespace-matters' => array( | 'differential.whitespace-matters' => array( | ||||
| '/\.py$/', | '/\.py$/', | ||||
| '/\.l?hs$/', | '/\.l?hs$/', | ||||
| ), | ), | ||||
| 'differential.field-selector' => 'DifferentialDefaultFieldSelector', | 'differential.field-selector' => 'DifferentialDefaultFieldSelector', | ||||
| ▲ Show 20 Lines • Show All 324 Lines • Show Last 20 Lines | |||||