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
Tabs seem to be forbidden in YAML (http://www.yaml.org/faq.html) and the YAML specification itself says that tab characters cannot be used for variable indentation (http://www.yaml.org/spec/1.2/spec.html#id2777534) If you use tabs elsewhere, like multi-line strings, it seems to be permitted to use tabs. js-yaml is in the process of fixing it's assumptions about tabs: nodeca/js-yaml#80
I am running "resolve" on a YAML file with tabs instead of spaces, and receive the following error:
The text was updated successfully, but these errors were encountered: