1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-07 17:17:00 +09:00
caching-for-turbo/.prettierrc.json
2024-06-12 19:56:12 +02:00

16 lines
346 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "avoid",
"proseWrap": "always",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
}