generated from dimanu-py/instant-python-ddd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.style.yapf
49 lines (49 loc) · 1.72 KB
/
.style.yapf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[style]
based_on_style = google
align_closing_bracket_with_visual_indent = true
allow_multiline_dictionary_keys = false
allow_multiline_lambdas = false
allow_split_before_default_or_named_assigns = false
allow_split_before_dict_value = false
arithmetic_precedence_indication = true
blank_line_before_class_docstring = false
blank_line_before_module_docstring = false
blank_line_before_nested_class_or_def = true
blank_lines_around_top_level_definition = 2
blank_lines_between_top_level_imports_and_variables = 2
coalesce_brackets = false
column_limit = 140
continuation_align_style = space
continuation_indent_width = 4
dedent_closing_brackets = true
disable_ending_comma_heuristic = false
each_dict_entry_on_separate_line = true
force_multiline_dict = false
indent_closing_brackets = false
indent_dictionary_value = false
indent_blank_lines = true
indent_width = 4
join_multiple_lines = false
space_between_ending_comma_and_closing_bracket = false
space_inside_brackets = false
spaces_around_default_or_named_assign = true
spaces_around_dict_delimiters = false
spaces_around_list_delimiters = false
spaces_around_power_operator = true
spaces_around_subscript_colon = false
spaces_around_tuple_delimiters = false
spaces_before_comment = 2
split_all_comma_separated_values = true
split_all_top_level_comma_separated_values = false
split_arguments_when_comma_terminated = false
split_before_arithmetic_operator = true
split_before_bitwise_operator = true
split_before_closing_bracket = true
split_before_dict_set_generator = true
split_before_dot = true
split_before_expression_after_opening_paren = true
split_before_first_argument = false
split_before_logical_operator = false
split_before_named_assigns = false
split_complex_comprehension = true
use_tabs = true