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

7 lines
107 B
JSON

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