Some people use the following style
setting
{
a=1
,b=2
,c=3
}
and the other ones use the style below
setting
{
a=1,
b=2,
c=3
}
I use the latter style but I wonder why some people prefer the former style? Is there anything I missed?