From bd13bb29e8f93ba90678f22348ffad0f962bbaff Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 25 Apr 2021 13:58:55 +0100 Subject: [PATCH] style: add yapf style config --- .style.yapf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .style.yapf diff --git a/.style.yapf b/.style.yapf new file mode 100644 index 0000000..ccdfb55 --- /dev/null +++ b/.style.yapf @@ -0,0 +1,4 @@ +[style] +allow_split_before_dict_value=false +column_limit=100 +dedent_closing_brackets=true