master
md 10 lines 190 Bytes
Rendered Raw
1 The file format is a modified INI syntax. The general structure is:
2
3 ```ini
4 [section1]
5 option1 = some value
6 option2 = some other value
7
8 [section2]
9 option3 = some third value
10 ```