Skip to content

Commit 2431de8

Browse files
committed
Make sure developers get at least the editorconfig extension installed, or suggested
1 parent 5012ebb commit 2431de8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": [
5+
"editorconfig.editorconfig" // make sure basic editor configs align between developers
6+
]
7+
}

0 commit comments

Comments
 (0)