Changeset View
Changeset View
Standalone View
Standalone View
conf/default.conf.php
| Show First 20 Lines • Show All 788 Lines • ▼ Show 20 Lines | // -- Differential ---------------------------------------------------------- // | ||||
| // 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 has a required "Test Plan" field by default. You can make it | // Differential has a required "Test Plan" field by default. You can make it | ||||
| // optional by setting this to false. You can also completely remove it above, | // optional by setting this to false. You can also completely remove it above, | ||||
| // if you prefer. | // if you prefer. | ||||
| 'differential.require-test-plan-field' => true, | 'differential.require-test-plan-field' => true, | ||||
| // If you set this to true, users can "!accept" revisions via email (normally, | // If you set this to true, users can "!accept" revisions via email (normally, | ||||
| // they can take other actions but can not "!accept"). This action is disabled | // they can take other actions but can not "!accept"). This action is disabled | ||||
| // by default because email authentication can be configured to be very weak, | // by default because email authentication can be configured to be very weak, | ||||
| ▲ Show 20 Lines • Show All 293 Lines • Show Last 20 Lines | |||||