uv/crates/uv-workspace
Charlie Marsh 6ff674f5bf
Use correct indentation when project table contains open bracket comment (#8387)
## Summary

Now, we use four space (rather than one space) for cases like:

```toml
dependencies = [ # comment 0
    # comment 1
    "anyio==3.7.0", # comment 2
    # comment 3
]
```
2024-10-20 15:56:36 -04:00
..
src Use correct indentation when project table contains open bracket comment (#8387) 2024-10-20 15:56:36 -04:00
Cargo.toml Improve sources deserialization errors (#8308) 2024-10-17 21:33:04 +00:00