Files
pancakz-homepage/pancakz-v3-beam/.prettierrc
T

16 lines
308 B
Plaintext
Raw Normal View History

2026-05-24 19:52:45 -07:00
{
"tabWidth": 4,
"useTabs": false,
"printWidth": 120,
"singleQuote": true,
"semi": false,
"endOfLine": "lf",
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": true,
"trailingComma": "all",
"plugins": [
"prettier-plugin-css-order"
]
}