Files
Reeks2Missie6/.prettierrc.json
Bram Verhulst 67af73c6b5 Init
2024-07-04 14:42:38 +02:00

11 lines
176 B
JSON

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"tabs": false,
"backetSpacing": true,
"arrowParens": "always",
"printWidth": 120
}