-
Notifications
You must be signed in to change notification settings - Fork 8
/
.style.yapf
29 lines (29 loc) · 1 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
[style]
based_on_style=pep8
align_closing_bracket_with_visual_indent=True
allow_multiline_lambdas=True
allow_multiline_dictionary_keys=True
allow_split_before_dict_value=True
blank_line_before_nested_class_or_def=True
#blank_line_before_module_docstring=False
blank_line_before_class_docstring=False
#blank_lines_around_top_level_definitions=True
coalesce_brackets=True
dedent_closing_brackets=False
each_dict_entry_on_separate_line=True
indent_dictionary_value=True
join_multiple_lines=False
no_spaces_around_selected_binary_operators=False
spaces_around_default_or_named_assign=False
spaces_around_power_operator=False
space_between_ending_comma_and_closing_bracket=True
split_arguments_when_comma_terminated=True
split_before_bitwise_operator=False
split_before_closing_bracket=False
split_before_dict_set_generator=False
split_before_expression_after_opening_paren=True
split_before_first_argument=True
split_before_logical_operator=False
split_before_named_assigns=False
split_complex_comprehension=False
use_tabs=False