https://github.com/annotation/text-fabric
Raw File
Tip revision: 374257579eedc628a6831509f88d73a92b6b9cee authored by Dirk Roorda on 09 April 2019, 18:19:20 UTC
enhanced API for retrieving online data and code
Tip revision: 3742575
style.yapf.txt
[style]
align_closing_bracket_with_visual_indent = false
allow_multiline_lambdas = true
allow_split_before_dict_value = true
based_on_style = pep8
blank_line_before_nested_class_or_def = true
coalesce_brackets = true
column_limit = 100
continuation_indent_width = 4
dedent_closing_brackets = true
indent_dictionary_value = true
indent_width = 2
join_multiple_lines = false
split_all_comma_separated_values = false
split_before_bitwise_operator = true
split_before_closing_bracket = true
split_before_dict_set_generator = true
split_before_dot = true
split_before_expression_after_opening_paren = true
split_before_first_argument = true
split_before_logical_operator = true
split_before_named_assigns = false
split_complex_comprehension = true
back to top