mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Update to MiniCPM-o 2.6
This commit is contained in:
19
web_demos/minicpm-o_2.6/web_server/.prettierrc.json
Normal file
19
web_demos/minicpm-o_2.6/web_server/.prettierrc.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
Reference in New Issue
Block a user