File: .yapf

package info (click to toggle)
guake 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,244 kB
  • sloc: python: 5,534; xml: 529; makefile: 508; sh: 275
file content (19 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (2)
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 = 100
indent_dictionary_value = true
split_before_first_argument = false
split_penalty_after_opening_bracket = 15000
align_closing_bracket_with_visual_indent = true
blank_line_before_class_docstring = true
coalesce_brackets = true
continuation_indent_width = 4
dedent_closing_brackets = true
; each_dict_entry_on_separate_line = true
blank_line_before_nested_class_or_def = true
spaces_around_power_operator = true
spaces_before_comment = 2
split_before_logical_operator = false
split_arguments_when_comma_terminated = true
allow_split_before_dict_value = false