monacopilot / .prettierrc
matthoffner's picture
Duplicate from failfast/nextjs-hf-spaces
9c5a47e
raw
history blame contribute delete
202 Bytes
{
"trailingComma": "es5",
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "always"
}