Skip to content

Commit

Permalink
Add yapf config
Browse files Browse the repository at this point in the history
  • Loading branch information
Elric Milon committed Feb 22, 2016
1 parent 25471d3 commit a6a6389
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .style.yapf
@@ -0,0 +1,24 @@
[style]
based_on_style = pep8
column_limit = 118
# align_closing_bracket_with_visual_indent
blank_line_before_nested_class_or_def = True
# continuation_indent_width
# dedent_closing_brackets
# i18n_comment
# i18n_function_call
indent_dictionary_value = True
# indent_width
join_multiple_lines = True
# space_between_ending_comma_and_closing_bracket
# spaces_before_comment
# split_before_bitwise_operator
# split_before_logical_operator
# split_before_named_assigns
# split_penalty_after_opening_bracket
# split_penalty_after_unary_operator
# split_penalty_bitwise_operator
split_penalty_excess_character = 5000
# split_penalty_for_added_line_split
# split_penalty_import_names
# split_penalty_logical_operator

0 comments on commit a6a6389

Please sign in to comment.