How do I break a string over multiple lines?

前端 未结 9 1168
有刺的猬
有刺的猬 2020-11-22 01:06

In YAML, I have a string that\'s very long. I want to keep this within the 80-column (or so) view of my editor, so I\'d like to break the string. What\'s the syntax for this

9条回答
  •  -上瘾入骨i
    2020-11-22 01:28

    You might not believe it, but YAML can do multi-line keys too:

    ?
     >
     multi
     line
     key
    :
      value
    

提交回复
热议问题