mirror of
https://github.com/seigler/aoc2023
synced 2025-07-26 14:26:08 +00:00
days 1 and 2 from last year
This commit is contained in:
commit
a71ae9c4d7
15 changed files with 2167 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