From b4f2b4cbc8e3dfb42a8d171a185ae06df999a510 Mon Sep 17 00:00:00 2001 From: goyimnose Date: Thu, 1 Jan 2026 01:28:32 -0500 Subject: [PATCH] Delete .style.yapf --- .style.yapf | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .style.yapf diff --git a/.style.yapf b/.style.yapf deleted file mode 100644 index cb17f8f..0000000 --- a/.style.yapf +++ /dev/null @@ -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