stayby-admin-nest/.prettierrc

7 lines
127 B
Plaintext
Raw Normal View History

2024-09-22 20:50:28 +08:00
{
"singleQuote": true,
"trailingComma": "all",
2024-09-23 19:35:11 +08:00
"endOfLine": "auto",
"printWidth": 120,
"bracketSpacing": true
2024-09-22 20:50:28 +08:00
}