Add ConfigFile

This commit is contained in:
Andras Schmelczer 2022-06-25 10:38:39 +02:00
parent ec74eb2d6f
commit fcdd25c974
9 changed files with 153 additions and 0 deletions

View file

@ -0,0 +1,15 @@
zeroth_key="test"
first_key=test
second_key = test 2 # comment is ignored
third_key= "test= 2=="
fourth_key = "
this#
is
multiline
" # cannot write comments inside multiline
whitespace = hardly matters