Files
infisical/backend-mongo/.prettierrc
2024-01-27 19:14:33 +05:30

8 lines
108 B
Plaintext

{
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none",
"tabWidth": 2,
"semi": true
}