Ini

From wikinotes
Revision as of 13:17, 5 April 2019 by Will (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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