api_tool/.prettierrc

9 lines
137 B
Plaintext

{
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"printWidth": 120,
"tabWidth": 2,
"bracketSpacing": false
}