|
| 1 | +align_assignment = false |
| 2 | +align_conditional = false |
| 3 | +align_matrix = false |
| 4 | +align_pair_arrow = false |
| 5 | +align_struct_field = false |
1 | 6 | always_for_in = true |
2 | | -whitespace_typedefs = true |
3 | | -whitespace_ops_in_indices = true |
4 | | -remove_extra_newlines = true |
5 | | -import_to_using = false |
6 | | -pipe_to_function_call = true |
7 | | -short_to_long_function_def = true |
8 | | -long_to_short_function_def = false |
9 | | -force_long_function_def = true |
10 | 7 | always_use_return = true |
11 | | -whitespace_in_kwargs = true |
12 | 8 | annotate_untyped_fields_with_any = true |
13 | | -format_docstrings = true |
14 | 9 | conditional_to_if = true |
15 | | -normalize_line_endings = "unix" |
16 | | -trailing_comma = true |
17 | | -trailing_zero = true |
18 | | -for_in_replacement = "in" |
19 | 10 | disallow_single_arg_nesting = false |
20 | | -join_lines_based_on_source = false |
| 11 | +for_in_replacement = "in" |
| 12 | +force_long_function_def = true |
| 13 | +format_docstrings = true |
| 14 | +format_markdown = true |
| 15 | +import_to_using = false |
21 | 16 | indent_submodule = true |
| 17 | +join_lines_based_on_source = false |
| 18 | +long_to_short_function_def = false |
| 19 | +max_iterations = 10 |
| 20 | +normalize_line_endings = "unix" |
| 21 | +overwrite = true |
| 22 | +pipe_to_function_call = true |
| 23 | +remove_extra_newlines = true |
22 | 24 | separate_kwargs_with_semicolon = true |
23 | | -surround_whereop_typeparameters = true |
24 | 25 | short_circuit_to_if = true |
25 | | -align_assignment = false |
26 | | -align_struct_field = false |
27 | | -align_conditional = false |
28 | | -align_pair_arrow = false |
29 | | -align_matrix = false |
30 | | -overwrite = true |
| 26 | +short_to_long_function_def = true |
| 27 | +surround_whereop_typeparameters = true |
| 28 | +trailing_comma = true |
| 29 | +trailing_zero = true |
| 30 | +transform_syntax_in_macros = true |
| 31 | +v2_stable_multiline_strings = true |
31 | 32 | verbose = true |
32 | | -format_markdown = true |
| 33 | +whitespace_in_kwargs = true |
| 34 | +whitespace_ops_in_indices = true |
| 35 | +whitespace_typedefs = true |
0 commit comments