home/.prettierrc.json

9 lines
163 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://json.schemastore.org/prettierrc",
2023-08-26 16:03:07 +08:00
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 100
}