mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
# 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
|