Add ConfigFile

This commit is contained in:
Andras Schmelczer 2022-06-25 10:38:39 +02:00
parent e01db3ead5
commit 9b8b288ba6
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
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