xuchang-screen/.prettierrc
2023-07-01 09:51:17 +08:00

14 líneas
206 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"useTabs": true,
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
]
}