Lines Matching +refs:google +refs:make +refs:newline +refs:indent
9 .. image:: https://github.com/google/yapf/actions/workflows/ci.yml/badge.svg
10 :target: https://github.com/google/yapf/actions
13 .. image:: https://coveralls.io/repos/google/yapf/badge.svg?branch=main
14 :target: https://coveralls.io/r/google/yapf?branch=main
107 -i, --in-place make changes to files in place
114 example "pep8" or "google"), or the name of a file
121 to .style.yapf to make your settings permanent
174 the predefined styles (e.g., ``pep8`` or ``google``), a path to a configuration
192 - ``google`` (based off of the `Google Python Style Guide`_)
196 .. _`Google Python Style Guide`: https://github.com/google/styleguide/blob/gh-pages/pyguide.md
200 .. _style.py: https://github.com/google/yapf/blob/main/yapf/yapflib/style.py
380 example "pep8" or "google"), or the name of a file
508 vertically align continuation lines with indent characters.
1009 doing so will always be detrimental (i.e., it will require a backslash-newline,