1
0
Fork 0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-04-10 09:08:31 -04:00
setup-uv/.prettierrc.json
Charlie Marsh 182c9c7e92
Change Prettier settings ()
## Summary

I know this is a little tedious but I'd prefer to use the same settings
as in Ruff.
2024-09-05 08:06:45 -04:00

4 lines
54 B
JSON

{
"trailingComma": "all",
"proseWrap": "always"
}