From a45e6c95bd66e32a2d3a6e89172f1d198f2a9a81 Mon Sep 17 00:00:00 2001 From: qijun Date: Thu, 10 Nov 2016 07:20:54 +0000 Subject: [PATCH] use yapf to format python code, add style config file --- .style.yapf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .style.yapf diff --git a/.style.yapf b/.style.yapf new file mode 100644 index 00000000000..c9cdc2e790a --- /dev/null +++ b/.style.yapf @@ -0,0 +1,5 @@ +[style] +based_on_style = google +indent_width = 4 +spaces_before_comment = 4 +split_before_logical_operator = true -- GitLab