silverstripe-framework/model/fieldtypes
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
..
Boolean.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CompositeDBField.php Moved deprecation of SQLQuery to 4.0 2014-12-04 09:30:50 +13:00
Currency.php Set deprecation level for all changes in 3.x to 4.0 2015-06-19 13:07:41 +12:00
Date.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Datetime.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DBField.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
DBLocale.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Decimal.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Double.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Enum.php Allow multi-line enum declarations 2015-10-15 16:23:19 +01:00
Float.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ForeignKey.php Replace core uses of DataObject::has_one/has_many/many_many 2015-03-13 16:16:12 +00:00
HTMLText.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
HTMLVarchar.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Int.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Money.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
MultiEnum.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Percentage.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PolymorphicForeignKey.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PrimaryKey.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
StringField.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Text.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
Time.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Varchar.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Year.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00