mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Use prettier to format all yml files in the repo via the ng-dev format tooling. PR Close #42136
9 lines
157 B
Text
9 lines
157 B
Text
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"tabs": false,
|
|
"singleQuote": true,
|
|
"semicolon": true,
|
|
"quoteProps": "preserve",
|
|
"bracketSpacing": false
|
|
}
|