ruff/crates/ruff_python_whitespace/src
Charlie Marsh 6dbc6d2e59
Use shared Cursor across crates (#5715)
## Summary

We have two `Cursor` implementations. This PR moves the implementation
from the formatter into `ruff_python_whitespace` (kind of a poorly-named
crate now) and uses it for both use-cases.
2023-07-12 21:09:27 +00:00
..
cursor.rs Use shared Cursor across crates (#5715) 2023-07-12 21:09:27 +00:00
lib.rs Use shared Cursor across crates (#5715) 2023-07-12 21:09:27 +00:00
newlines.rs Move Python whitespace utilities into new ruff_python_whitespace crate (#4993) 2023-06-10 00:59:57 +00:00
whitespace.rs Introduce PythonWhitespace to confine trim operations to Python whitespace (#4994) 2023-06-09 21:44:50 -04:00