Files
infisical/backend/.prettierrc.json
2024-01-30 22:40:10 +05:30

8 lines
108 B
JSON

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