1
0
Fork 0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-04-11 17:48:31 -04:00
setup-uv/.prettierrc.json
Kevin Stillhammer 18498fc78f
Initial commit
2024-08-23 23:58:26 +02:00

10 lines
180 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}