ruff/crates/ruff_python_formatter/src/comments
Charlie Marsh 1d756dc3a7
Move Python whitespace utilities into new ruff_python_whitespace crate (#4993)
## Summary

`ruff_newlines` becomes `ruff_python_whitespace`, and includes the
existing "universal newline" handlers alongside the Python
whitespace-specific utilities.
2023-06-10 00:59:57 +00:00
..
snapshots Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
debug.rs Track formatted comments (#4979) 2023-06-09 09:09:45 +00:00
format.rs Track formatted comments (#4979) 2023-06-09 09:09:45 +00:00
map.rs Correctly associate own-line comments in bodies (#4671) 2023-06-01 08:12:53 +02:00
mod.rs Track formatted comments (#4979) 2023-06-09 09:09:45 +00:00
node_key.rs Correctly associate own-line comments in bodies (#4671) 2023-06-01 08:12:53 +02:00
placement.rs Move Python whitespace utilities into new ruff_python_whitespace crate (#4993) 2023-06-10 00:59:57 +00:00
visitor.rs Move Python whitespace utilities into new ruff_python_whitespace crate (#4993) 2023-06-10 00:59:57 +00:00