Use prettier to format all yml files in the repo via the ng-dev format tooling. PR Close #42136
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"tabs": false,
|
|
"singleQuote": true,
|
|
"semicolon": true,
|
|
"quoteProps": "preserve",
|
|
"bracketSpacing": false
|
|
}
|