VSCode: add EditorConfig extension to recommended and devcontainer.json

This commit is contained in:
Thomas Frans
2024-04-24 11:17:30 +02:00
committed by Daniel Agar
parent eb59bb9de9
commit 65c7e034dc
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
"extensions": [
"chiehyu.vscode-astyle",
"dan-c-underwood.arm",
"editorconfig.editorconfig",
"fredericbonnet.cmake-test-adapter",
"github.vscode-pull-request-github",
"marus25.cortex-debug",

View File

@@ -4,6 +4,7 @@
"recommendations": [
"chiehyu.vscode-astyle",
"dan-c-underwood.arm",
"editorconfig.editorconfig",
"fredericbonnet.cmake-test-adapter",
"github.vscode-pull-request-github",
"marus25.cortex-debug",