silverstripe-framework/tests/templates
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
..
SSViewerTestComments MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ControllerTest_templateaction.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ControllerTest.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_Conditionals.ss API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
RSSFeedTest.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SSViewerTestIncludeObjectArguments.ss BUG: Pass named include argument as objects. 2013-02-14 18:31:40 +11:00
SSViewerTestIncludeScopeInheritance.ss FEATURE: <% include %> inherits iterator scope of parent template 2013-07-07 12:39:42 +00:00
SSViewerTestIncludeScopeInheritanceInclude.ss BUG Fix default casted (boolean)false evaluating to true in templates 2015-06-12 15:47:15 +12:00
SSViewerTestIncludeScopeInheritanceWithArgs.ss FEATURE: <% include %> inherits iterator scope of parent template 2013-07-07 12:39:42 +00:00
SSViewerTestIncludeWIthArguments.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SSViewerTestPartialTemplate.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SSViewerTestProcess.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SSViewerTestProcessHead.ss BUG Only include processed requirements at the top level. (Fixes #7847) 2012-11-04 17:54:09 +13:00
SSViewerTestRecursiveInclude.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00