mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
[skip ci] Explicitly specify prettier printWidth (#1220)
This commit is contained in:
@@ -2,5 +2,6 @@
|
|||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"trailingComma": "none"
|
"trailingComma": "none",
|
||||||
|
"printWidth": 80
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user