MindSearch / frontend /React /.prettierrc.json
liukuikun
[Refactor] modify_directory_structure (#5)
aa307de
raw
history blame
129 Bytes
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true
}