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
If you create a new line after a (, the next line will be indented 4 spaces. I think this should be referencing the indentation set in default_prefs.py, or perhaps set to start right after the parenthesis.
So for example, maybe one of these two options?
blah blah blah:
blah blah (
add indentation to current indentation
or
blah blah blah:
blah blah (blah
blah aligned with parenthesis
The text was updated successfully, but these errors were encountered:
Maybe not really an enhancement, more of a design decision. I think we can leave this since the extra indentation is more for style and spacing (like what we use in this project).
If you create a new line after a
(
, the next line will be indented 4 spaces. I think this should be referencing the indentation set in default_prefs.py, or perhaps set to start right after the parenthesis.So for example, maybe one of these two options?
or
The text was updated successfully, but these errors were encountered: