IOPaint/lama_cleaner/app/.prettierrc

7 lines
95 B
Plaintext
Raw Normal View History

2021-11-15 08:22:34 +01:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"arrowParens": "avoid"
}