Files
infisical/frontend/.prettierrc
2023-01-17 21:06:14 +05:30

8 lines
107 B
Plaintext

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