How do you do block comments in YAML?

前端 未结 11 1563
误落风尘
误落风尘 2020-12-04 04:26

How do I comment a block of lines in YAML?

11条回答
  •  [愿得一人]
    2020-12-04 05:00

    One way to block commenting in YAML is by using a text editor like Notepad++ to add a # (comment) tag to multiple lines at once.

    In Notepad++ you can do that using the "Block Comment" right-click option for selected text.

提交回复
热议问题