N3RD/JN/CATJS/nodejs/.prettierrc.json
2024-05-15 21:57:29 +08:00

7 lines
137 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 10000
}