ImJs/.prettierrc.json

8 行
163 B
JSON

2023-05-16 15:19:08 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}