YAPF Formatting Options

Index of All Documentation » Wing Pro Reference Manual » Source Code Editor » Auto-Reformatting »


Wing invokes YAPF with python -m yapf using the Python you have selected in your project configuration. As a result, YAPF must be installed into your Python with pip install yapf, conda install yapf or other package manager.

None of the options in Wing's auto-formatting preferences are used with YAPF, which should instead be configured using YAPF's configuration system.