SocialNetworks_duan/.prettierrc

10 lines
159 B
Plaintext

{
"semi": false,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto",
"arrowParens": "always"
}