From 3bd9b0300218a2c0d21913f099a37251c3ab4eee Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Sat, 26 Jun 2021 11:40:29 +0200 Subject: [PATCH] add yapf config file --- .style.yapf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .style.yapf diff --git a/.style.yapf b/.style.yapf new file mode 100644 index 0000000..c1b9715 --- /dev/null +++ b/.style.yapf @@ -0,0 +1,3 @@ +[style] +based_on_style = pep8 +allow_split_before_dict_value = 0