Add vscode extension to use the .editorconfig (#42606)

Vscode doesn't use it by default and considering it's our recommended editor that
seems like an oversight.
This commit is contained in:
Jordan Brown
2019-01-30 19:36:38 -05:00
committed by Tad Hardesty
parent eb8d57c89e
commit 154e6abc70

View File

@@ -1,6 +1,7 @@
{
"recommendations": [
"gbasood.byond-dm-language-support",
"platymuus.dm-langclient"
"platymuus.dm-langclient",
"EditorConfig.EditorConfig"
]
}