ruff/crates/ruff_python_formatter/src
magic-akari f4ba0ea144
Allow `tab_width` to be configable (#7016)
2023-08-31 07:40:03 +00:00
..
comments Avoid parenthesizing multiline strings in binary expressions (#6973) 2023-08-30 16:03:17 +02:00
expression Group binary operators with same precedence only (#7010) 2023-08-31 09:19:45 +02:00
module Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
other Handle keyword comments between = and value (#6883) 2023-08-30 09:52:51 -04:00
pattern Format `PatternMatchOr` (#6905) 2023-08-28 08:09:17 +00:00
snapshots Remove exception-handler lexing from `unused-bound-exception` fix (#5851) 2023-07-18 18:27:46 +00:00
statement Unset `after_class_docstring` state on every iteration (#7001) 2023-08-30 08:20:28 +02:00
type_param Move `Ranged` into `ruff_text_size` (#6919) 2023-08-27 14:12:51 -04:00
builders.rs Move `Ranged` into `ruff_text_size` (#6919) 2023-08-27 14:12:51 -04:00
cli.rs Formatter: Add SourceType to context to enable special formatting for stub files (#6331) 2023-08-04 11:52:26 +00:00
context.rs Implement DerefMut for WithNodeLevel (#6443) 2023-08-11 10:41:48 +00:00
generated.rs Introduce AST nodes for `PatternMatchClass` arguments (#6881) 2023-08-26 14:45:44 +00:00
lib.rs Format `PatternMatchOr` (#6905) 2023-08-28 08:09:17 +00:00
main.rs Formatter: Add SourceType to context to enable special formatting for stub files (#6331) 2023-08-04 11:52:26 +00:00
options.rs Allow `tab_width` to be configable (#7016) 2023-08-31 07:40:03 +00:00
prelude.rs Accept any `Into<AnyNodeRef>` as `Comments` arguments (#5205) 2023-06-20 16:49:21 +00:00
verbatim.rs Move `Ranged` into `ruff_text_size` (#6919) 2023-08-27 14:12:51 -04:00