rwadurian/backend/services/identity-service/.prettierrc

8 lines
112 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 80
}