Skip to content

Commit

Permalink
chore: add EditorConfig extension to VSCode recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed Jan 8, 2025
1 parent eb1c804 commit 56513e9
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 56513e9

Please sign in to comment.