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

Option to keep empty lines #30

Open
shawnsz opened this issue Jul 12, 2018 · 0 comments
Open

Option to keep empty lines #30

shawnsz opened this issue Jul 12, 2018 · 0 comments

Comments

@shawnsz
Copy link

shawnsz commented Jul 12, 2018

It would be great if we can have an option to keep the empty lines.

Example input:

<var config=data.config/>
<var pageQuery=data.pageQuery/>

<div class="reset-link" if(filterGroup.resetLink)>
          <shui-textual-display model=filterGroup.resetLink/>
</div>

Current output:

<var config=data.config/>
<var pageQuery=data.pageQuery/>
<div class="reset-link" if(filterGroup.resetLink)>
  <shui-textual-display model=filterGroup.resetLink/>
</div>

Output (Keep the empty lines):

<var config=data.config/>
<var pageQuery=data.pageQuery/>

<div class="reset-link" if(filterGroup.resetLink)>
  <shui-textual-display model=filterGroup.resetLink/>
</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

1 participant