-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.style.yapf
More file actions
19 lines (19 loc) · 625 Bytes
/
.style.yapf
File metadata and controls
19 lines (19 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[style]
BASED_ON_STYLE = pep8
COLUMN_LIMIT = 127
ALLOW_SPLIT_BEFORE_DICT_VALUE = true
SPLIT_BEFORE_FIRST_ARGUMENT = true
SPLIT_BEFORE_LOGICAL_OPERATOR = true
SPLIT_BEFORE_BITWISE_OPERATOR = true
SPLIT_BEFORE_ARITHMETIC_OPERATOR = true
SPLIT_BEFORE_DOT = true
SPLIT_COMPLEX_COMPREHENSION = false
DEDENT_CLOSING_BRACKETS = true
INDENT_CLOSING_BRACKETS = false
COALESCE_BRACKETS = true
EACH_DICT_ENTRY_ON_SEPARATE_LINE = false
BLANK_LINES_BETWEEN_TOP_LEVEL_IMPORTS_AND_VARIABLES = 2
DISABLE_SPLIT_LIST_WITH_COMMENT = true
SPACES_AROUND_SUBSCRIPT_COLON = false
SPACES_BEFORE_COMMENT = 2
BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = 1