.style.yapf 152 B

123456
  1. [style]
  2. based_on_style = pep8
  3. column_limit = 80
  4. blank_line_before_nested_class_or_def = true
  5. blank_line_before_module_docstring = true
  6. indent_width = 2