@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
··· 86 86 array( 87 87 '/\.py$/', 88 88 '/\.l?hs$/', 89 + '/\.ya?ml$/', 89 90 )) 90 91 ->setDescription( 91 92 pht(