silverstripe-framework/admin/templates/Includes
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
..
BackLink_Button.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CMSLoadingScreen.ss Upgrade template translation syntax 2015-07-22 14:17:03 +01:00
CMSProfileController_EditForm.ss admin/myprofile layout after validation (fixes #2644) 2013-11-07 16:19:40 +01:00
CMSSectionIcon.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
CMSSettingsController_SilverStripeNavigator.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Editor_toolbar.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
LeftAndMain_Content.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain_EditForm.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain_Menu.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain_SilverStripeNavigator.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ModelAdmin_Content.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ModelAdmin_EditForm.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ModelAdmin_ImportSpec.ss Merge remote-tracking branch '3.2' into 3 2015-08-17 11:59:24 +00:00
ModelAdmin_Tools.ss Upgrade template translation syntax 2015-07-22 14:17:03 +01:00