https://github.com/annotation/text-fabric
Raw File
Tip revision: 4a89e11c7b70d75b9c0bda842524484310273163 authored by Dirk Roorda on 14 March 2019, 11:45:43 UTC
small fixes
Tip revision: 4a89e11
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