indent_1.yaml 989 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. root:
  2. child_1: 2
  3. child_2: 0
  4. child_3: 1
  5. root2:
  6. child_1: 1
  7. # A comment
  8. child_2: 2
  9. displays:
  10. - resolutions:
  11. 1024: 768
  12. - resolutions:
  13. 1920: 1200
  14. display:
  15. - resolutions:
  16. 1024: 768
  17. 1920: 1200
  18. producer: "Nec"
  19. nested_hashes_and_seqs:
  20. - { row: 0, col: 0, headsets_affected: [{ports: [0], side: left}], switch_function: {ics_ptt: true} }
  21. easier_nest: { h: [{a: b, a1: b1}, {c: d}] }
  22. one_space: |
  23. By four
  24. spaces
  25. steps:
  26. - step: &id001
  27. instrument: Lasik 2000
  28. pulseEnergy: 5.4
  29. pulseDuration: 12
  30. repetition: 1000
  31. spotSize: 1mm
  32. - step:
  33. <<: *id001
  34. spotSize: 2mm
  35. death masks are:
  36. sad: 2
  37. <<: {magnificent: 4}
  38. login: &login
  39. adapter: mysql
  40. host: localhost
  41. development:
  42. database: rails_dev
  43. <<: *login
  44. "key": "value:"
  45. colon_only: ":"
  46. list_and_comment: [one, two, three] # comment
  47. kai:
  48. -example: value
  49. kai_list_of_items:
  50. - -item
  51. - '-item'
  52. -item