.style.yapf 182 B

12345678
  1. [style]
  2. based_on_style = pep8
  3. allow_split_before_dict_value = false
  4. coalesce_brackets = true
  5. column_limit = 100
  6. indent_width = 4
  7. join_multiple_lines = true
  8. spaces_before_comment = 1