Picotron-TypeScript/.prettierrc.json
2026-01-17 10:09:53 +01:00

8 lines
107 B
JSON

{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100
}