Files
infisical/frontend/.prettierrc

8 lines
108 B
Plaintext

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