mirror of
https://github.com/astral-sh/uv
synced 2026-01-11 00:23:36 -05:00
This also removes the file-specific targets from prettier execution which means we're including `.json`, `.css`, and `.html` files, which seems like an improvement. Co-authored-by: Claude <noreply@anthropic.com>
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
{
|
|
"overrides": [
|
|
{
|
|
"files": ["*.md"],
|
|
"options": {
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|