Skip to content

Commit

Permalink
Add EditorConfig to extensions.json (#6697)
Browse files Browse the repository at this point in the history
Adding the EditorConfig extension to recommended extensions will help ensure consistent code formatting. It'll automatically run and read from the `.editorconfig` file in the project root.

Co-authored-by: Alexey Umanskiy <[email protected]>
  • Loading branch information
coliff and lexasq authored Oct 28, 2024
1 parent a6f5d13 commit 888bd3d
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
Expand Up @@ -2,8 +2,9 @@
"recommendations": [
"nrwl.angular-console",
"angular.ng-template",
"EditorConfig.EditorConfig",
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner"
]
}
}

0 comments on commit 888bd3d

Please sign in to comment.