mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 08:54:58 -05:00
18 lines
309 B
JSON
18 lines
309 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"trailingComma": "es5",
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"endOfLine": "auto",
|
|
"overrides": [
|
|
{
|
|
"files": ["public/locales/*.json"],
|
|
"options": {
|
|
"tabWidth": 4
|
|
}
|
|
}
|
|
]
|
|
}
|