ruff/crates/ruff_python_formatter/src/format
2023-02-27 23:54:57 -05:00
..
alias.rs Add builders for common comment rendering (#3232) 2023-02-26 04:16:24 +00:00
arg.rs Preserve comments on non-defaulted arguments (#3264) 2023-02-27 23:41:40 +00:00
arguments.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
bool_op.rs Introduce dedicated CST tokens for other operator kinds (#3267) 2023-02-27 23:54:57 -05:00
builders.rs Create dedicated Body nodes in the formatter CST (#3223) 2023-02-27 22:55:05 +00:00
cmp_op.rs Introduce dedicated CST tokens for other operator kinds (#3267) 2023-02-27 23:54:57 -05:00
comments.rs Create dedicated Body nodes in the formatter CST (#3223) 2023-02-27 22:55:05 +00:00
comprehension.rs Add support for trailing colons in slice expressions (#3077) 2023-02-20 23:24:32 +00:00
excepthandler.rs Add builders for common comment rendering (#3232) 2023-02-26 04:16:24 +00:00
expr.rs Introduce dedicated CST tokens for other operator kinds (#3267) 2023-02-27 23:54:57 -05:00
helpers.rs Introduce dedicated CST tokens for other operator kinds (#3267) 2023-02-27 23:54:57 -05:00
keyword.rs Make BoolOp its own located token (#3265) 2023-02-28 03:43:28 +00:00
match_case.rs Create dedicated Body nodes in the formatter CST (#3223) 2023-02-27 22:55:05 +00:00
mod.rs Introduce dedicated CST tokens for other operator kinds (#3267) 2023-02-27 23:54:57 -05:00
numbers.rs Add builders for common comment rendering (#3232) 2023-02-26 04:16:24 +00:00
operator.rs Introduce dedicated CST tokens for other operator kinds (#3267) 2023-02-27 23:54:57 -05:00
pattern.rs Implement basic rendering of remaining AST nodes (#3233) 2023-02-26 05:05:56 +00:00
stmt.rs Make BoolOp its own located token (#3265) 2023-02-28 03:43:28 +00:00
strings.rs More enum work (#3212) 2023-02-25 11:40:16 -05:00
unary_op.rs Introduce dedicated CST tokens for other operator kinds (#3267) 2023-02-27 23:54:57 -05:00
withitem.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00