From e2594dc72c29ccd59ef663700fec3bdbfd4b6d52 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 13 Nov 2018 11:29:31 -0700 Subject: [PATCH] symlink .editorconfig when using sandbox --- system/src/Grav/Console/Cli/SandboxCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/src/Grav/Console/Cli/SandboxCommand.php b/system/src/Grav/Console/Cli/SandboxCommand.php index 284878e02..531ea8f7e 100644 --- a/system/src/Grav/Console/Cli/SandboxCommand.php +++ b/system/src/Grav/Console/Cli/SandboxCommand.php @@ -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',