SocialNetworks_dh/.prettierrc

9 lines
156 B
Plaintext
Raw Normal View History

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