silverstripe-framework/_config
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
..
config.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
cookie.yml Suggested improvements / test case fixes 2014-10-10 09:28:11 +13:00
database.yml FIX: Don’t reuse DBConnector (fixes #4735) 2015-11-11 16:57:49 +13:00
dev.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
encryptors.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
html.yml API Make HTMLValue replace-able via DI 2013-03-14 12:49:02 +13:00
i18n.yml BUG Fix of multiple i18nTextCollector issues: #3797, #3798, #3417 2015-07-09 10:45:08 +12:00
mimetypes.yml MINOR: Rename & tweak some existing config files to better reflect meaning of various names 2012-05-19 14:37:32 +12:00
Oembed.yml BUGFIX: Vimeo oEmbed endpoint redirecting to no www 2015-12-16 12:19:37 +13:00
requestprocessors.yml NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
routes.yml BUG Add missing CMSSecurity route 2015-10-30 15:31:54 +13:00
uploadfield.yml API UploadField functions on new records 2013-05-27 15:22:59 +12:00