Skip to content

Instantly share code, notes, and snippets.

@maurofaccenda
Created March 29, 2021 11:04
Show Gist options
  • Save maurofaccenda/2d67572a946966f75ee32bbca0cc982a to your computer and use it in GitHub Desktop.
Save maurofaccenda/2d67572a946966f75ee32bbca0cc982a to your computer and use it in GitHub Desktop.
[style]
based_on_style = pep8
blank_line_before_module_docstring = True
blank_line_before_nested_class_or_def = True
column_limit = 120
continuation_indent_width = 4
dedent_closing_brackets = True
each_dict_entry_on_separate_line = True
indent_dictionary_value = True
indent_width = 4
space_between_ending_comma_and_closing_bracket = True
split_before_arithmetic_operator = True
split_before_bitwise_operator = True
split_before_dict_set_generator = 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
use_tabs = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment