N3RD/JN/CATJS/nodejs/.prettierrc.json

7 lines
137 B
JSON
Raw Normal View History

2024-05-15 21:57:29 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 10000
}