Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-indentation inconsistency. #149

Open
aaxu opened this issue Feb 10, 2018 · 3 comments
Open

Auto-indentation inconsistency. #149

aaxu opened this issue Feb 10, 2018 · 3 comments

Comments

@aaxu
Copy link
Contributor

aaxu commented Feb 10, 2018

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
@dschuyler
Copy link
Collaborator

I'm guessing that the code didn't line up right in the .md output for the comment above?

@aaxu
Copy link
Contributor Author

aaxu commented Feb 13, 2018

Woops. Not sure what happened. Fixed.
I guess I just learned that two spaces can fit in the width of one character on github comments.

@aaxu
Copy link
Contributor Author

aaxu commented Apr 11, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants