setup-uv/.prettierrc.json

12 lines
205 B
JSON
Raw Normal View History

2024-08-23 23:58:26 +02:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"proseWrap": "always"
2024-08-23 23:58:26 +02:00
}