itplanning/tests/assets/sample.ini

14 lines
167 B
INI
Raw Normal View History

2021-06-01 12:16:05 +00:00
[types]
float = 1.23
int = 42
string = Some text here
[booleans]
bool_false = false
bool_true = true
switch_false = off
switch_true = on
yn_false = no
yn_true = yes