mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
11 lines
220 B
Text
11 lines
220 B
Text
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"embeddedLanguageFormatting": "off",
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"quoteProps": "preserve",
|
|
"bracketSpacing": false,
|
|
"trailingComma": "all"
|
|
}
|