config-mixed 521 B

123456789101112131415161718192021222324252627
  1. # Comment followed by an empty line.
  2. option-double-quotes = "value double quotes"
  3. option-single-quotes = 'value single quotes'
  4. option-space = value words space
  5. option-dupe=value1
  6. option-name=value-name
  7. # Indented comment.
  8. option-indent = value-indent
  9. option-equal=value-equal=subvalue-equal
  10. option-noequal value-noequal
  11. option-dupe=value2
  12. option-simple
  13. # Fully spelled out options.
  14. --option-dash=value-dash
  15. --option-dupe=value3
  16. # Long option with one character name.
  17. l=v
  18. # Short option.
  19. -o=vd
  20. -s