Less strtolower, more in_array()
[spyc.git] / tests / indent_1.yaml
blob5a2a988ee92c795bc893085e57ee9fd7950556c0
1 root:
2   child_1: 2
4   child_2: 0
5   child_3: 1
7 root2:
8   child_1: 1
9 # A comment
10   child_2: 2
12 displays:
13   - resolutions:
14       1024: 768
15   - resolutions:
16       1920: 1200
18 display:
19   - resolutions:
20       1024: 768
21       1920: 1200
22     producer: "Nec"
24 nested_hashes_and_seqs:
25  - { row: 0, col: 0, headsets_affected: [{ports: [0], side: left}], switch_function: {ics_ptt: true} }
27 easier_nest: { h: [{a: b, a1: b1}, {c: d}] }