mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 02:02:41 +01:00
Fix comment
This commit is contained in:
parent
5fee8c50ee
commit
76d758c048
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ return array(
|
||||||
'/.*/' => 80,
|
'/.*/' => 80,
|
||||||
),
|
),
|
||||||
|
|
||||||
// List of file regexps were 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$/',
|
||||||
|
|
Loading…
Reference in a new issue