Skip to content

Commit

Permalink
python.md: Update .style.yapf example to for PEP-8
Browse files Browse the repository at this point in the history
TBR=agrieve  # trivial doc update.

Bug: 846432
Change-Id: I996bb72278c17c8af6840a16b38808f29727a4f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989765
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728952}
  • Loading branch information
agrieve authored and Commit Bot committed Jan 7, 2020
1 parent e1b81e2 commit 83d4c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleguide/python/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Directories can opt into enforcing auto-formatting by adding a `.style.yapf`
file with the following contents:
```
[style]
based_on_style = chromium
based_on_style = pep8
```

Entire files can be formatted (rather than just touched lines) via:
Expand Down

0 comments on commit 83d4c6a

Please sign in to comment.