Skip to content

Commit

Permalink
Add EditorConfig to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
lilienth committed Nov 18, 2024
1 parent 4a0ddb0 commit f389eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csdevkit"
"ms-dotnettools.csdevkit",
"EditorConfig.EditorConfig"
]
}
}
Expand Down

0 comments on commit f389eee

Please sign in to comment.