On 5/3/21 12:52, RĂ©mi Bernon wrote:
No idea, I think winex11 is a bit messy but except for some parts I think it tends to follow Julliard style (as ntdll for instance), with line continuations aligned with the corresponding element on the previous line.
If there is actually no consistent rule for indentation I'd suggest that maybe its ok to just follow wined3d style (two indentation positions for continued lines), given it also used often now throughout all the Wine code. Which has an advantage that you don't have to think of that and always have it consistent. But for now I will just change the way you suggest.