mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fd544159e3
Format the remaining unformatted files in the repository PR Close #55580
26 lines
658 B
JSON
26 lines
658 B
JSON
{
|
|
"[javascript]": {
|
|
"editor.formatOnSave": true,
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": true,
|
|
},
|
|
// Exclude third party modules and build artifacts from the editor watchers/searches.
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/node_modules/**": true,
|
|
"**/bazel-out/**": true,
|
|
"**/dist/**": true,
|
|
"**/aio/src/generated/**": true,
|
|
},
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/bazel-out": true,
|
|
"**/dist": true,
|
|
"**/aio/src/generated": true,
|
|
".history": true,
|
|
},
|
|
"git.ignoreLimitWarning": true,
|
|
} |