gitea-package/.prettierrc.json

11 lines
234 B
JSON
Raw Normal View History

2025-02-24 09:33:16 +01:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 116,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"vueIndentScriptAndStyle": true
}