mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
- Show 0 clients when NT server props are undefined - Add Prettier --------- Co-authored-by: Matthew Morley <matthew.morley.ca@gmail.com>
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"
|
|
}
|