sd-webui-agent-scheduler/.prettierrc

10 lines
169 B
Plaintext

{
"singleQuote": true,
"jsxSingleQuote": false,
"arrowParens": "always",
"trailingComma": "all",
"semi": true,
"tabWidth": 2,
"printWidth": 100
}