mindsearch / frontend /React /.prettierrc.json
solitudeLin's picture
Add application file
c8210cf
raw
history blame
129 Bytes
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true
}