mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
05890cbdbd
This updates the prettierrc to reflect how the code seems to already be formatted. I noticed that without this my IDE seemed to be introducing formatting changes on save. PR Close #58266
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"embeddedLanguageFormatting": "off",
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"quoteProps": "preserve",
|
|
"bracketSpacing": false,
|
|
"trailingComma": "all"
|
|
}
|