blob: 86fe0303dc38e9fb358358ef991460e81fb710e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# 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
# A property with a value with spaces and tabs
key1=A value with spaces and tabs
|