Files
blackroad-os-demo/.prettierrc
2025-11-24 02:06:39 -06:00

8 lines
135 B
Plaintext

{
"singleQuote": true,
"semi": true,
"printWidth": 100,
"trailingComma": "es5",
"plugins": ["prettier-plugin-tailwindcss"]
}