forked from lago-project/lago
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.style.yapf
25 lines (25 loc) · 819 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
[style]
align_closing_bracket_with_visual_indent = true
allow_multiline_lambdas = true
blank_line_before_nested_class_or_def = false
column_limit = 79
continuation_indent_width = 4
dedent_closing_brackets = true
i18n_comment =
i18n_function_call =
indent_dictionary_value = true
indent_width = 4
join_multiple_lines = true
spaces_before_comment = 2
space_between_ending_comma_and_closing_bracket = true
split_arguments_when_comma_terminated = true
split_before_bitwise_operator = true
split_before_logical_operator = true
split_before_named_assigns = true
split_penalty_after_opening_bracket = 0
split_penalty_after_unary_operator = 0
split_penalty_bitwise_operator = 0
split_penalty_excess_character = 1000000
split_penalty_for_added_line_split = 0
split_penalty_import_names = -1
split_penalty_logical_operator = 100