Do not add a spaces after (, [, {, and before ), ], }.
Proplist = [{a, b}, {c, myfun(D, E)}] % right indentation Proplist = [ { a, b } , { c, myfun( D, E) } ] % wrong indentation