Ini

From wikinotes

ini files are really simple, and are ideal for user-facing configuration.

  • values can be put in sections
  • sections cannot be nested
  • '=' or ':' may be used interchangeably
[section a]
key_1 = value1
key_2 = value2

[section b]
key_3 = value3