summaryrefslogtreecommitdiffstats
path: root/test/fixtures/formatting-prettier/fmt-3.yml
blob: 658d550a59be67f1f6210cf9b42fbe039b59cd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
dummy_map: # eol comment
  # full line comment not indented
  something:
    # full line comment indented
    # next full line comment indented
    - or
      # 1 full line comments over indented
      # 2 full line comments over indented
    - other
    - |
      # this is part of a string not a yaml comment
      # also not a comment

# comment before top-level
second_key:
  - {} # should drop the extra space in flow map
  # comment before non top-level
  - {}
  # comment before non top-level
  - []