ruff/crates/ruff_python_formatter/src/other
2023-12-04 05:38:54 +00:00
..
alias.rs Avoid printing continuations within import identifiers (#7744) 2023-10-02 09:51:07 -04:00
arguments.rs Create dedicated is_*_enabled functions for each preview style (#8988) 2023-12-04 05:38:54 +00:00
bytes_literal.rs Auto-generate formatter nodes for string parts (#8837) 2023-11-25 13:00:47 +00:00
commas.rs Improve with statement comment handling and expression breaking (#6621) 2023-08-18 03:30:38 +00:00
comprehension.rs Skip over parentheses when detecting in keyword (#8054) 2023-10-18 19:13:58 -04:00
decorator.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
elif_else_clause.rs Use the formatter prelude in more files (#6882) 2023-08-25 16:51:07 -04:00
except_handler_except_handler.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
f_string.rs Auto-generate formatter nodes for string parts (#8837) 2023-11-25 13:00:47 +00:00
identifier.rs Remove spaces from import statements (#7859) 2023-10-11 11:35:41 +00:00
keyword.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
match_case.rs Move {AnyNodeRef, AstNode} to ruff_python_ast crate root (#8030) 2023-10-18 00:01:18 +00:00
mod.rs Auto-generate formatter nodes for string parts (#8837) 2023-11-25 13:00:47 +00:00
parameter.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
parameter_with_default.rs Formatter: Remove unnecessary group (#8455) 2023-11-03 04:14:29 +00:00
parameters.rs Insert trailing comma when function breaks with single argument (#8921) 2023-11-30 21:49:28 -05:00
string_literal.rs Auto-generate formatter nodes for string parts (#8837) 2023-11-25 13:00:47 +00:00
with_item.rs Prefer preserving WithItem parentheses (#7694) 2023-09-28 14:42:40 +01:00