Skip to content

Commit

Permalink
Adding editorconfig extension to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
justino committed Apr 4, 2024
1 parent b9f9a7f commit fbbe747
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"name": "Grid Warriors",
"image": "node:latest",
"containerUser": "node"
"containerUser": "node",
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig"
]
}
}
}

0 comments on commit fbbe747

Please sign in to comment.