File: .yapf

package info (click to toggle)
lutris 0.5.8.3-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye
  • size: 3,260 kB
  • sloc: python: 24,151; makefile: 67; xml: 29; sh: 9
file content (16 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[style]
based_on_style = pep8
column_limit = 120

align_closing_bracket_with_visual_indent = true
blank_line_before_class_docstring = true
blank_line_before_module_docstring = true
blank_line_before_nested_class_or_def = true
coalesce_brackets = false
dedent_closing_brackets = true
spaces_around_power_operator = false
spaces_before_comment = 2
split_before_first_argument = false
split_before_logical_operator = true
split_before_arithmetic_operator = true
split_penalty_after_opening_bracket = 1000