Skip to content

Commit

Permalink
Add EditorConfig to extensions.json
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.
  • Loading branch information
coliff authored Oct 22, 2024
1 parent b56863d commit c0293d2
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 c0293d2

Please sign in to comment.