blob: 3138c18d5cbb16330a15eccacee1090ff8e16748 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# This is a comemnt and will be ignored
# Follow an empty line
test.key=test.value
# A key can start with spaces or tabs:
keywithspaces=valueOfAKeyWithSpaces
keywithtabs=valueOfAKeyWithTabs
# A key can have no value
keywithnovalue=
# Comment starting with a tab
# Comment starting with spaces
# Following a line with a tab
# Following a line with spaces
|