silverstripe-framework/tests/filesystem
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
..
fixtures/filefinder FEATURE: Added the SS_FileFinder class for finding files within a directory true that match a set of rules. 2011-03-24 20:14:42 +11:00
gdtest BUG GD::greyscale did not correctly preserve alpha component of images Added test cases to test greyscale operation across various image formats Replaced various magic numbers with IMAGETYPE_XXX definitions 2012-12-04 09:47:26 +01:00
FileFinderTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FileNameFilterTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FileTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
FileTest.yml Merge pull request #4155 from kinglozzer/pulls/getfiletype-case 2015-07-28 00:13:26 +01:00
FolderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GDTest.php API New and renamed image functions 2015-06-12 17:02:55 -07:00
UploadTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
UploadTest.yml Added fixture for UploadTest so that it would create a database 2008-04-08 06:08:31 +00:00