firmware/.trunk/configs/.prettierrc

11 lines
130 B
Plaintext
Raw Normal View History

2025-02-12 00:57:23 +00:00
{
"overrides": [
{
"files": "userPrefs.jsonc",
"options": {
"trailingComma": "none"
}
}
]
}