xuchang-screen/.prettierrc

14 rader
206 B
Plaintext
Normal vy Historik

2023-06-30 11:08:43 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
2023-07-01 09:51:17 +08:00
"useTabs": true,
2023-06-30 11:08:43 +08:00
"overrides": [
{
"files": ".prettierrc",
2023-07-01 09:51:17 +08:00
"options": {
"parser": "json"
}
2023-06-30 11:08:43 +08:00
}
]
2023-07-01 09:51:17 +08:00
}