IOPaint/lama_cleaner/app/.prettierrc
2021-11-15 22:21:01 +08:00

7 lines
95 B
Plaintext

{
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"arrowParens": "avoid"
}