diff options
Diffstat (limited to '.style.yapf')
-rw-r--r-- | .style.yapf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.style.yapf b/.style.yapf new file mode 100644 index 00000000000..b1f818eeb1f --- /dev/null +++ b/.style.yapf @@ -0,0 +1,7 @@ +# See https://github.com/google/yapf +[style] +based_on_style = pep8 +column_limit = 100 +indent_dictionary_value = True +split_before_named_assigns = False +each_dict_entry_on_separate_line = False |