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

ignoreWhitespaceOnlyLines could be on by default for YAML #139

Open
clonedagain opened this issue Dec 7, 2016 · 0 comments
Open

ignoreWhitespaceOnlyLines could be on by default for YAML #139

clonedagain opened this issue Dec 7, 2016 · 0 comments

Comments

@clonedagain
Copy link

In YAML, multiline strings are represented by | followed by the string, indented one level to the left.
Thus, empty lines are represented as all-space lines.

Could you please enable ignoreWhitespaceOnlyLines for YAML by default ?

Example :

Hello

World

is represented as :

|
  Hello
  <- notice the spaces here.
  World
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