Skip to content

Commit

Permalink
Add editor config to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Jul 2, 2024
1 parent a0a8595 commit e1ac1ad
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 @@ -9,7 +9,8 @@
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools"
"ms-vscode.cpptools",
"EditorConfig.EditorConfig"
]
}
}
Expand Down

0 comments on commit e1ac1ad

Please sign in to comment.