jacob-carlborg / dlp

Various tools to process the D programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List inferred attributes in recommended order

linkrope opened this issue · comments

I would like to copy & paste the inferred attributes directly into the code.
https://dlang.org/dstyle.html, however, recommends:
Attributes should be listed in alphabetical ordering, e.g. const @nogc nothrow pure @safe (the ordering should ignore the leading @).
Currently, the ordering seems to not ignore the leading @.

I just picked an order. Actually, the order which is most common in the DMD code base.