Files
portal/app/.prettierrc.json
T

11 lines
234 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"useTabs": false,
"trailingComma": "all",
"printWidth": 120,
"vueIndentScriptAndStyle": false
}