picshop/.prettierrc

8 lines
114 B
Plaintext
Raw Normal View History

2024-12-04 15:35:04 +00:00
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto"
}