sh_real_name_system_app/.prettierrc.json

9 lines
142 B
JSON

{
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "all",
"endOfLine": "auto"
}