Skip to content

Commit

Permalink
Merge pull request #43 from geoadmin/bug-fix-code-style
Browse files Browse the repository at this point in the history
Fixed code style -  - #patch
  • Loading branch information
ltshb authored Jan 24, 2022
2 parents c3017f5 + 7064c53 commit 7a44104
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .style.yapf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ based_on_style=google
# end_ts=now(),
# ) # <--- this bracket is dedented and on a separate line
dedent_closing_brackets=True
coalesce_brackets=True

# Split before arguments, but do not split all subexpressions recursively
# This avoid issues with complex dictionary
# see https://github.com/google/yapf/issues/392#issuecomment-407958737
indent_dictionary_value=True
allow_split_before_dict_value=False

# Split before arguments, but do not split all sub expressions recursively
# (unless needed).
split_all_top_level_comma_separated_values=True

Expand Down

0 comments on commit 7a44104

Please sign in to comment.