mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-02 01:42:25 +00:00

## Summary `ruff_newlines` becomes `ruff_python_whitespace`, and includes the existing "universal newline" handlers alongside the Python whitespace-specific utilities.
5 lines
75 B
Rust
5 lines
75 B
Rust
mod newlines;
|
|
mod whitespace;
|
|
|
|
pub use newlines::*;
|
|
pub use whitespace::*;
|