Skip to content

Commit 3be2be5

Browse files
rodrigoaguilerawebflo
authored andcommitted
Copy the editor config and gitattributes from drupal to the root. (#404)
1 parent dc7e438 commit 3be2be5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
6666
"web/themes/contrib/{$name}": ["type:drupal-theme"],
6767
"drush/Commands/{$name}": ["type:drupal-drush"]
68+
},
69+
"drupal-scaffold": {
70+
"initial": {
71+
".editorconfig": "../.editorconfig",
72+
".gitattributes": "../.gitattributes"
73+
}
6874
}
6975
}
7076
}

0 commit comments

Comments
 (0)