Files
paragon-playground/src/ParagonPlayground/frontend/.prettierrc
T

9 lines
134 B
Plaintext
Raw Normal View History

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