Files
MiniCPM-o/web_demos/minicpm-o_2.6/web_server/.prettierrc.json
2025-01-14 15:33:44 +08:00

20 lines
535 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"quoteProps": "as-needed",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
"cssDeclarationSortOrder": "alphabetical",
"tableContentIndentation": "align",
"vueIndentScriptAndStyle": true,
"proseWrap": "preserve"
}