silverstripe-cms/tests/model
Sam Minnee bbc3aaaf9f MINOR: 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 -prune -o -type f -name "$match" -exec sed -i '' 's/[[:space:]]\+$//' {} \+
	find . -path ./thirdparty -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:32:05 +13:00
..
ErrorPageTest.php Merge remote-tracking branch 'origin/3.1' 2014-05-12 11:33:44 +12:00
ErrorPageTest.yml MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
FileLinkTrackingTest.php FIX: explicitly call get functions for site tree checks 2015-06-05 11:09:23 +12:00
FileLinkTrackingTest.yml MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
RedirectorPageTest.php Merge branch '3.1' into 3.2 2015-07-20 11:09:29 +01:00
RedirectorPageTest.yml MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeActionsTest.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeActionsTest.yml MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeBacklinksTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SiteTreeBacklinksTest.yml MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeBrokenLinksTest.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeBrokenLinksTest.yml MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeHTMLEditorFieldTest.php API Change broken link hihglighting to write to database. 2014-08-15 12:29:26 +12:00
SiteTreeHtmlEditorFieldTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
SiteTreeLinkTrackingTest.php API Change broken link hihglighting to write to database. 2014-08-15 12:29:26 +12:00
SiteTreePermissionsTest.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreePermissionsTest.yml MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeTest.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeTest.yml Merge remote-tracking branch 'origin/3.1' into 3 2015-03-31 19:54:43 +13:00
VirtualPageTest.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
VirtualPageTest.yml MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00