https://github.com/annotation/text-fabric
Raw File
Tip revision: 45bd64579ed19cf5ab2f1c259d13b0dd83d10822 authored by Dirk Roorda on 26 March 2019, 09:56:28 UTC
small fix
Tip revision: 45bd645
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