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
Since the rest of the indentation is using tabs, it'd be nice to have that extra level also be tabs. I know spaces make sense when aligning with bullet points, but these extra indentations aren't lined up with anything in the first line.
The text was updated successfully, but these errors were encountered:
A minor complexity for implementing this is that _extract_prefix would need to compute tab stops to determine the proper number of tabs and spaces to insert. That's not very difficult, but the function is already quite hairy.
In my Python docstrings, if I start with
Then select this line
and wrap, I get
Since the rest of the indentation is using tabs, it'd be nice to have that extra level also be tabs. I know spaces make sense when aligning with bullet points, but these extra indentations aren't lined up with anything in the first line.
The text was updated successfully, but these errors were encountered: