aoc2023/.prettierrc.json
2024-12-04 11:14:53 -05:00

11 lines
No EOL
206 B
JSON

{
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 80,
"proseWrap": "preserve",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all"
}