9709720 style: Change indentation style of object literals

Authored and Committed by Florian Müllner 5 years ago
    style: Change indentation style of object literals
    
    Instead of keeping the first property on the same line as the opening
    brace and aligning the properties, use a four-space indent. This brings
    us closer to gjs' coding style, and as a bonus helps keeping lines in
    the soft 80 character limit.
    
        
file modified
+9 -7
file modified
+25 -11