Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Should only auto-indent first line following a trailing period #65

Open
rtsao opened this issue Nov 14, 2015 · 0 comments
Open

Should only auto-indent first line following a trailing period #65

rtsao opened this issue Nov 14, 2015 · 0 comments

Comments

@rtsao
Copy link

rtsao commented Nov 14, 2015

Input keystrokes:
p.{RETURN}asdf{RETURN}asdf

Expected output:

p.
  asdf
  asdf

Actual output:

p.
  asdf
    asdf
@rtsao rtsao changed the title Should only indent first line following a trailing period Should only auto-indent first line following a trailing period Nov 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant