dlp icon indicating copy to clipboard operation
dlp copied to clipboard

List inferred attributes in recommended order

Open linkrope opened this issue 3 years ago • 1 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 @.

linkrope avatar Jan 23 '21 13:01 linkrope