mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 10:30:16 +00:00
7 lines
146 B
JSON
7 lines
146 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 100,
|
|
"trailingComma": "all"
|
|
}
|