silverstripe-framework/templates/forms
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
..
CheckboxField_holder_small.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
CheckboxField_holder.ss Merge branch 'origin/3.1' 2013-07-19 16:25:38 +12:00
CheckboxField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CheckboxSetField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CompositeField_holder_small.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CompositeField_holder.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CompositeField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CreditCardField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DropdownField.ss Revert #3358 2014-08-04 12:13:19 +12:00
FieldGroup_DefaultFieldHolder.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
FieldGroup_holder.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
FieldGroup.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
FileField.ss The MAX_FILE_SIZE field must precede the file input field. 2013-05-02 11:15:55 +03:00
FormAction.ss BUG Fix FormAction title encoding 2015-02-13 15:50:45 +13:00
FormField_holder_small.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
FormField_holder.ss Merge branch 'origin/3.1' 2013-07-19 16:25:38 +12:00
FormField.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
HeaderField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
HiddenField.ss MINOR Self-closing input tab in HIddenField to keep broadest markup compliance by default 2012-04-18 18:23:23 +02:00
LabelField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LookupField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
OptionsetField_holder.ss No <label for> on OptionsetField/CheckboxSetField holder 2013-08-13 18:05:11 +02:00
OptionsetField.ss API respect custom attributes on OptionsetField and CheckboxSetField 2015-07-10 14:49:05 +12:00
SelectionGroup.ss FIX SelectionGroup no longer shows empty FieldLists 2015-02-06 11:00:00 +00:00
TabSet.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
TextareaField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
TextField.ss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ToggleCompositeField.ss ENHANCEMENT: Refactored ToggleCompositeField. 2012-06-13 14:20:27 +10:00
TreeDropdownField.ss BUG Fix duplicate HolderID on TreeDropdownField 2015-10-06 12:54:35 +13:00