forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-formattingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
Environment data
VS Code version: 1.19.3
Python Extension version: 2018.1.0
Python Version: 3.6.3
OS and version: Windows 10 1709
Actual behavior
When adding new line within brackets, the indentation does not conform to PEP8 format. E.g.
some_list = [item1,<press enter here>
<cursor gets to here>
Expected behavior
some_list = [item1,<press enter here>
<cursor expected to be here>
I'm not sure if this is a python extension related issue or maybe VS code issue. I'm also using Vim, which has an extension specifically for this: https://github.com/Vimjas/vim-python-pep8-indent. It would be nice if this feature can be added to the extension. Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-formattingfeature-requestRequest for new features or functionalityRequest for new features or functionality