silverstripe-framework/core
Sam Minnee 3ee8f505b7 MINORE: Remove training whitespace.
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.

Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.

The command used was this:

for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" -exec sed -E -i '' 's/[[:space:]]+$//' {} \+
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:15:54 +13:00
..
manifest MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
startup MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ArrayLib.php Do not hang on nested parameters in search context 2015-09-23 09:12:02 +02:00
ClassInfo.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-11-03 11:10:46 +13:00
Config.php Remove unused local vars 2015-08-03 20:42:43 +02:00
Constants.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Convert.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Core.php FIX: allow for increase_time_limit_to to work if $_increase_time_limit_max is not yet set 2015-06-22 08:17:04 +12:00
DAG.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Diff.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Extension.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Flushable.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
HTMLCleaner.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Object.php improve readibility 2015-09-20 20:18:48 +12:00
PaginatedList.php ENHANCEMENT - Added new method to display the number of total items in a paginated list within templates 2015-09-25 09:03:04 +02:00
TempPath.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00