symlink .editorconfig when using sandbox

This commit is contained in:
Andy Miller
2018-11-13 11:29:31 -07:00
parent f4e2153291
commit e2594dc72c

View File

@@ -48,6 +48,7 @@ class SandboxCommand extends ConsoleCommand
*/
protected $mappings = [
'/.gitignore' => '/.gitignore',
'/.editorconfig' => '/.editorconfig',
'/CHANGELOG.md' => '/CHANGELOG.md',
'/LICENSE.txt' => '/LICENSE.txt',
'/README.md' => '/README.md',