Files
tryFullStack/backend/.prettierrc

9 lines
137 B
Plaintext
Raw Normal View History

2025-07-15 17:32:19 +09:00
{
"singleQuote": true,
2025-07-18 17:48:12 +09:00
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 100,
"endOfLine": "auto"
}