mirror of
https://github.com/seigler/aoc2021
synced 2025-07-27 01:16:09 +00:00
setup
This commit is contained in:
commit
76fe338201
9 changed files with 2881 additions and 0 deletions
11
.prettierrc.json
Normal file
11
.prettierrc.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"arrowParens": "always",
|
||||
"bracketSpacing": true,
|
||||
"printWidth": 80,
|
||||
"proseWrap": "preserve",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"trailingComma": "all"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue