Files
tech-tracker-next/.prettierrc
2025-06-11 14:15:43 -05:00

7 lines
94 B
Plaintext

{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all",
"tabWidth": 2
}