Files
ComfyUI_frontend/.prettierrc
2024-07-25 10:10:18 -04:00

6 lines
86 B
Plaintext

{
"singleQuote": true,
"tabWidth": 2,
"semi": false,
"trailingComma": "none"
}