ruff/crates/ruff_python_formatter/src
Jeong YunWon 35606d7b05
clean up to fix nightly clippy warnings and dedents (#3057)
2023-02-20 09:33:47 -05:00
..
core Rename some methods on `Locator` (#2926) 2023-02-15 10:21:49 -05:00
format Unify comment terminology with that of `rome_formatter` (#2979) 2023-02-17 03:02:25 +00:00
snapshots Use `line_suffix` for end-of-line comments (#2975) 2023-02-16 18:37:40 -05:00
attachment.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
builders.rs Unify comment terminology with that of `rome_formatter` (#2979) 2023-02-17 03:02:25 +00:00
cli.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
context.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
cst.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
lib.rs Use `line_suffix` for end-of-line comments (#2975) 2023-02-16 18:37:40 -05:00
main.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
newlines.rs clean up to fix nightly clippy warnings and dedents (#3057) 2023-02-20 09:33:47 -05:00
parentheses.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
shared_traits.rs Remove unused `AsFormat` trait for `Option<T>` (#3041) 2023-02-19 20:19:35 +00:00
test.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
trivia.rs Unify comment terminology with that of `rome_formatter` (#2979) 2023-02-17 03:02:25 +00:00