mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7535aeb906
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
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"embeddedLanguageFormatting": "off",
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"quoteProps": "preserve",
|
|
"bracketSpacing": false
|
|
}
|