This repository has been archived on 2023-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
advent-of-code/.prettierrc.json

9 lines
127 B
JSON

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