Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Bizarre spaces during formatting #50

Closed
frederikhors opened this issue Jun 8, 2019 · 0 comments
Closed

Bizarre spaces during formatting #50

frederikhors opened this issue Jun 8, 2019 · 0 comments

Comments

@frederikhors
Copy link

Is there a way to not add spaces in the below html during formatting?

I need this code to stay like this:

<div>
  Test (<span class="color">one</span>)
</div>

It becomes this instead:

<div>
  Test (
  <span class="color">one</span>
  )
</div>
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

2 participants