Skip to content

Conversation

gregschlom
Copy link
Contributor

Before this fix:

Lorem ipsum dolor sit amet, consectetur adipisici
    elit, sed do eiusmod tempor incididunt labore 
    et dolore magna aliqua. Ut enim ad minim veni, 
    quis nostrud exercitation ullamco laboris

After this fix:

Lorem ipsum dolor sit amet, consectetur adipisici
elit, sed do eiusmod tempor incididunt labore et 
dolore magna aliqua. Ut enim ad minim veni, quis 
nostrud exercitation ullamco laboris

More info here: jashkenas/coffee-script-tmbundle#132

"It seems Sublime Text 2 have a habit of pushing subsequent lines of
wrapped code one indentation level to the right. It does not do this
with text (as opposed to code). Whether scope is considered code or text
depends on scopeName property. If it starts with source. - then it's
code. If it starts with text. - then it's text."

Before this fix:

Lorem ipsum dolor sit amet, consectetur adipisici
    elit, sed do eiusmod tempor incididunt labore 
    et dolore magna aliqua. Ut enim ad minim veni, 
    quis nostrud exercitation ullamco laboris

After this fix:

Lorem ipsum dolor sit amet, consectetur adipisici
elit, sed do eiusmod tempor incididunt labore et 
dolore magna aliqua. Ut enim ad minim veni, quis 
nostrud exercitation ullamco laboris


More info here: jashkenas/coffee-script-tmbundle#132

"It seems Sublime Text 2 have a habit of pushing subsequent lines of 
wrapped code one indentation level to the right. It does not do this 
with text (as opposed to code). Whether scope is considered code or text
depends on scopeName property. If it starts with `source`. - then it's 
code. If it starts with `text`. - then it's text."
PogiNate added a commit that referenced this pull request Jan 9, 2015
Fix wrapped text being incorrectly indented.
@PogiNate PogiNate merged commit 799ef9d into PogiNate:master Jan 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants