You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS and version: Microsoft Windows [Version 10.0.14393]
Python Version: 3.6.3
Relevant/affected Python packages and their versions: pep8 (1.7.1), yapf (0.20.2), pycodestyle (2.3.1)
Actual behavior
After saving a file YAPF first reformats it using default 80 characters column limit, but then after saving the same file for the second time (without any changes) the actually configured column limit is applied (120 in my case) and the file is reformatted again.
Environment data
Actual behavior
After saving a file YAPF first reformats it using default 80 characters column limit, but then after saving the same file for the second time (without any changes) the actually configured column limit is applied (120 in my case) and the file is reformatted again.
I have the following
setup.cfg
:.. and the following user settings:
Expected behavior
Automatic formatting should by applied right first time.
Steps to reproduce:
test.py
with the following contents:Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)Screenshot
The text was updated successfully, but these errors were encountered: