angular-cn/.prettierrc

10 lines
157 B
Plaintext
Raw Normal View History

{
"printWidth": 100,
"tabWidth": 2,
"tabs": false,
"singleQuote": true,
"semicolon": true,
"quoteProps": "preserve",
"bracketSpacing": false
}