Skip to content

Commit 888bd3d

Browse files
colifflexasq
andauthored
Add EditorConfig to extensions.json (#6697)
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 <sharkakatsukie@gmail.com>
1 parent a6f5d13 commit 888bd3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"recommendations": [
33
"nrwl.angular-console",
44
"angular.ng-template",
5+
"EditorConfig.EditorConfig",
56
"ms-vscode.vscode-typescript-tslint-plugin",
67
"esbenp.prettier-vscode",
78
"firsttris.vscode-jest-runner"
89
]
9-
}
10+
}

0 commit comments

Comments
 (0)