diff options
Diffstat (limited to '')
-rw-r--r-- | examples/yamllint/multi-document.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/yamllint/multi-document.yaml b/examples/yamllint/multi-document.yaml new file mode 100644 index 0000000..e3d8805 --- /dev/null +++ b/examples/yamllint/multi-document.yaml @@ -0,0 +1,4 @@ +--- +foo: ... +--- +bar: ... |