MindSearch / frontend /React /.prettierrc.json
vansin's picture
feat: update
f3f614f
raw
history blame
129 Bytes
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true
}