Delete .style.yapf

This commit is contained in:
2026-01-01 01:28:32 -05:00
parent cfd791d415
commit b4f2b4cbc8

View File

@@ -1,17 +0,0 @@
[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