SocialNetworks_duan/.prettierrc

10 lines
158 B
Plaintext
Raw Normal View History

2025-07-17 10:28:56 +08:00
{
"semi": true,
"singleQuote": false,
"printWidth": 100,
2025-07-17 10:28:56 +08:00
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto",
"arrowParens": "always"
}