[style] based_on_style = pep8 column_limit = 88 indent_width = 4 # Prefer splitting complex or comma-separated argument lists into one-per-line split_all_comma_separated_values = true split_before_first_argument = true split_arguments_when_comma_terminated = true split_before_named_assigns = true allow_split_before_default_or_named_assigns = true # Make dictionaries and dict literals easier to read each_dict_entry_on_separate_line = true force_multiline_dict = true dedent_closing_brackets = true