aoc2022/.prettierrc.json
2022-12-05 08:42:03 -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"
}