SocialNetworks/.prettierrc

9 lines
156 B
Plaintext
Raw Permalink Normal View History

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