Skip to content

Commit

Permalink
Use pep8 instead of chromium yapf python style
Browse files Browse the repository at this point in the history
Chromium's style guide uses pep8 as its yapf formatting
style. The chromium yapf style appears to be the outdated style. So use
pep8 instead of chromium.

Style guide: https://chromium.googlesource.com/chromium/src/+/master/styleguide/python/python.md

Change-Id: I44e7825373fe0052f13e8cd2e515cbe9ed53fa86
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2172435
Commit-Queue: Philip Pfaffe <pfaffe@chromium.org>
Reviewed-by: Tim van der Lippe <tvanderlippe@chromium.org>
Auto-Submit: Philip Pfaffe <pfaffe@chromium.org>
  • Loading branch information
pfaffe authored and Commit Bot committed Apr 30, 2020
1 parent fb8a371 commit a036353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .style.yapf
@@ -1,2 +1,2 @@
[style]
based_on_style = chromium
based_on_style = pep8

0 comments on commit a036353

Please sign in to comment.