summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qsettings/withcomments.ini
blob: d2de3a356ba25ba5fe1b6cfad26c82d558bd538a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; -*- conf -*-
; If you edit this file, make sure, that "WithSpaces" has spaces and that
; "WithTab" has one tab

[Regular]
;bar = 1
bar = 2

[WithSpaces]
;bar = 3
        bar = 4

[WithTab]
;bar = 5
	bar = 6

; [SpacedGroup]
    [SpacedGroup]
    bar = 7