Files
learn-typing/.prettierrc.json
nachtigall.dev b7e1e13992 Initial commit
2022-09-25 22:46:58 +02:00

9 lines
134 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 80,
"bracketSameLine": true
}