You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :
is represented as :
The text was updated successfully, but these errors were encountered: