Browse Source

Tabs to spaces to be consistent

```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
tags/2.0.0-rc
Carsten Brandt 10 years ago
parent
commit
81fc8edb51
  1. 12
      README.md

12
README.md

@ -7,12 +7,12 @@ To use this extension, simply add the following code in your application config
```php
return [
//....
'components' => [
'mail' => [
'class' => 'yii\swiftmailer\Mailer',
],
],
//....
'components' => [
'mail' => [
'class' => 'yii\swiftmailer\Mailer',
],
],
];
```

Loading…
Cancel
Save