github.com/alwaysproblem/mlserving-tutorial@v0.0.0-20221124033215-121cfddbfbf4/.style.yapf (about)

     1  [style]
     2  based_on_style: pep8
     3  column_limit: 80
     4  indent_width: 2
     5  split_before_named_assigns: True
     6  spaces_around_power_operator: True
     7  dedent_closing_brackets: True
     8  coalesce_brackets: True