Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve detection of the function argument list in autoformat #1508

Merged
merged 41 commits into from
Apr 27, 2018
Merged

Improve detection of the function argument list in autoformat #1508

merged 41 commits into from
Apr 27, 2018

Conversation

MikhailArkhipov
Copy link

Fixes #1505

  • Analyze previous line for more reliability
  • Add more tests

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry - there is one with AF improvements AFAIK
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@MikhailArkhipov MikhailArkhipov merged commit f7e4529 into microsoft:master Apr 27, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto formatting (format as you type) removes spaces when it shouldn't
3 participants