visual-novel-web/.prettierrc

11 lines
199 B
Plaintext
Raw Normal View History

2025-10-28 07:59:26 +00:00
{
"plugins": ["prettier-plugin-tailwindcss"],
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 80,
"arrowParens": "always",
"endOfLine": "lf"
}