portal-app/.prettierrc.json
2025-02-16 01:53:00 -05:00

8 lines
126 B
JSON

{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}