Files
introduction-to-testing/.prettierrc
2024-09-18 07:59:24 -06:00

11 lines
197 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"plugins": ["prettier-plugin-tailwindcss"]
}