aoc2021/.prettierrc.json
Joshua Seigler 76fe338201 setup
2021-12-01 14:54:26 -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"
}