https://github.com/annotation/text-fabric
Raw File
Tip revision: 4e4f942a8d872ff613548db7cd2349a0f53554ed authored by Dirk Roorda on 10 April 2019, 07:33:53 UTC
small fix
Tip revision: 4e4f942
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