silverstripe-framework/docs/en
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
..
_images MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
00_Getting_Started Update 02_Composer.md 2015-12-17 11:57:46 +01:00
01_Tutorials DOCS update LinkingModes description 2015-11-23 14:10:47 -06:00
02_Developer_Guides Merge remote-tracking branch 'origin/3.2' into 3 2015-12-22 14:07:52 +13:00
03_Upgrading DOCS Upgrading information about 3.2.0 and the additional modules required (reports & siteconfig) 2015-10-22 09:13:57 +13:00
04_Changelogs Copy upgrade notes from 3.3.0.md 2015-12-23 14:12:02 +13:00
05_Contributing Merge pull request #4859 from chillu/pulls/noteworthy-contrib-docs 2015-12-21 14:33:57 +13:00
index.md add new lessons 9, 10 2015-02-13 00:48:05 +13:00