mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Add yaml files to differential.whitespace-matters
Summary: Whitespace has semantic meaning for yaml files, so we shouldn't suppress whitespace-only lines of diff by default. Test Plan: Edited local config to include yaml files, saw expected whitespace changes. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18775
This commit is contained in:
parent
3700bcb638
commit
bea45e90d3
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ EOHELP
|
|||
array(
|
||||
'/\.py$/',
|
||||
'/\.l?hs$/',
|
||||
'/\.ya?ml$/',
|
||||
))
|
||||
->setDescription(
|
||||
pht(
|
||||
|
|
Loading…
Reference in a new issue