Files
xh-medical-sign-web/patient-h5/.prettierrc.json

11 lines
177 B
JSON

{
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf"
}