mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
9 lines
164 B
JSON
9 lines
164 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||
|
|
"semi": true,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"singleQuote": false,
|
||
|
|
"printWidth": 120,
|
||
|
|
"trailingComma": "none"
|
||
|
|
}
|