summaryrefslogtreecommitdiffstats
path: root/test/fixtures/formatting-prettier/fmt-2.yml
blob: 037c9dd73b8a21a13030c96a07fa4d44f032dde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# preamble/header comment
---
# initial comment
- foo: bar

- baz: # over indented
    - qwerty
    - foobar
  animals: # under indented
    - crow
    - pig
    - giraffe

- nothing: null # null

- octal:
    - "0o123" # YAML 1.2 octal
    - "0123" # YAML 1.1 octal

- integer:
    - 0 # Not an octal. See #2071
    - 10
    - 9999
  zero: 0 # Not an octal. See #2071

- string:
    - 0steps
    - 9steps
    - 0.0.0.0
    - "0"
    - "01234"