config-mixed 461 B

123456789101112131415161718192021222324
  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-name=value-name
  6. # Indented comment.
  7. option-indent = value-indent
  8. option-equal=value-equal=subvalue-equal
  9. option-noequal value-noequal
  10. option-simple
  11. # Fully spelled out option.
  12. --option-dash=value-dash
  13. # Long option with one character name.
  14. l=v
  15. # Short option.
  16. -o=vd
  17. -s