Files
tech-tracker-next/.prettierrc
2025-06-09 09:55:49 -05:00

8 lines
112 B
Plaintext

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