mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Corrected options for "tabs" to "useTabs" (https://prettier.io/docs/en/options#tabs) and "semicolon" to "semi" (https://prettier.io/docs/en/options#semicolons) as outlined in the Prettier documentation. PR Close #56279
10 lines
194 B
Text
10 lines
194 B
Text
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"embeddedLanguageFormatting": "off",
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"quoteProps": "preserve",
|
|
"bracketSpacing": false
|
|
}
|