Homepage-imsyy/.prettierrc.json

9 lines
163 B
JSON
Raw Normal View History

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