Skip to content

Commit

Permalink
chore: add EditorConfig extension to VSCode recommendations (#4374)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl authored Jan 10, 2025
1 parent f2c69b4 commit 87ee1b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig"
]
}

0 comments on commit 87ee1b7

Please sign in to comment.