Files
ECC/.prettierrc
T

9 lines
133 B
Plaintext
Raw Normal View History

{
"singleQuote": true,
"trailingComma": "none",
"semi": true,
"tabWidth": 2,
"printWidth": 200,
"arrowParens": "avoid"
}