I write code in Python in VS code. If I add comment before function and hit save button, VS code adds two empty lines:
# comment
def MyMethod():
return 0
In settings I see that I use autopep8 formatter:
I wasnt able to find what causes this annoying issue. Maybe I can configure settings somewhere?