578 B
578 B
name | about | title | labels | assignees |
---|---|---|---|---|
Suboptimal Indentation | Indentation is not working as desired | indentation |
What the code looks like before pressing enter
:
def my_example():
pass| # Use "|" to show where the cursor is. Keep your code nice and short!
What I want the code to look like after pressing enter
:
def my_example():
pass
|
What the code actually looks like after pressing enter
:
def my_example():
pass
|