28 lines
341 B
YAML
28 lines
341 B
YAML
---
|
|
- name: Legal tab after indentation
|
|
from: '@ingydotnet'
|
|
tags: indent whitespace
|
|
yaml: |
|
|
x:
|
|
- x
|
|
——»x
|
|
tree: |
|
|
+STR
|
|
+DOC
|
|
+MAP
|
|
=VAL :x
|
|
+SEQ
|
|
=VAL :x x
|
|
-SEQ
|
|
-MAP
|
|
-DOC
|
|
-STR
|
|
json: |
|
|
{
|
|
"x": [
|
|
"x x"
|
|
]
|
|
}
|
|
dump: |
|
|
x:
|
|
- x x
|