Files
libredesk/frontend/.prettierrc.json
Abhinav Raut edab73a8fa starting again
2024-05-25 11:49:41 +05:30

8 lines
163 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}