502502_Hospital/.prettierrc

12 lines
221 B
Plaintext
Raw Permalink Normal View History

2025-02-12 10:37:04 +00:00
{
"semi": true,
"tabWidth": 3,
"useTabs": false,
"singleQuote": true,
"quoteProps": "as-needed",
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "lf",
"vueIndentScriptAndStyle": false
}