MultiSite/.prettierrc
2025-09-12 17:03:28 +08:00

11 lines
218 B
Plaintext

{
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}