picshop/.prettierrc
2024-12-05 00:35:04 +09:00

8 lines
114 B
Plaintext

{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto"
}