-
Notifications
You must be signed in to change notification settings - Fork 40
/
.style.yapf
26 lines (26 loc) · 902 Bytes
/
.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
[style]
based_on_style = pep8
align_closing_bracket_with_visual_indent = true
arithmetic_precedence_indication = true
coalesce_brackets = true
continuation_align_style = space
continuation_indent_width = 8
dedent_closing_brackets = false
each_dict_entry_on_separate_line = false
force_multiline_dict = false
indent_closing_brackets = true
indent_dictionary_value = true
space_between_ending_comma_and_closing_bracket = false
split_arguments_when_comma_terminated = true
split_all_comma_separated_values = false
split_before_bitwise_operator = true
split_before_arithmetic_operator = true
split_before_closing_bracket = true
split_before_dot = true
split_before_expression_after_opening_paren = true
split_before_first_argument = true
split_before_logical_operator = true
split_complex_comprehension = true
split_penalty_after_opening_bracket = 0
split_penalty_for_added_line_split = 0
use_tabs = false