blob: 429f71167fdcbc7f42fa77ab0bf41fd0508d500c (
plain)
1
2
3
4
5
6
7
8
9
10
|
The file format is a modified INI syntax. The general structure is:
```toml
[section1]
option 1 = some value
option 2 = some other value
[section2]
option 3 = some third value
```
|