diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2018-03-26 11:25:04 -0400 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2018-03-26 13:04:25 -0400 |
commit | 36148ad8bbdb94162b2926f4700d935ee4dc5994 (patch) | |
tree | 1d893c4ca0b0afa407f7724c7942dfbf643560af /.style.yapf | |
parent | d62d631f0ca40c5199fdfae2980080ca0cc982b5 (diff) | |
download | mongo-36148ad8bbdb94162b2926f4700d935ee4dc5994.tar.gz |
SERVER-23312 Format Python files with yapf
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 |