Prettify and Resync are now open source too
Ecstatic Coder via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Sat May 20 11:38:58 PDT 2017
To see how the prettified looks like, the easiest way is to have
a look at any D source code file on the SenseLogic github account
(https://github.com/senselogic/).
All of them have had their spacings, indentations and alignments
automatically standardized by Prettify.
Basically, it's just Allman style code with leading operators in
hierarchical expressions and four spaces per level of
indentation, so nothing fancy...
Of course, the code style and readability are also a matter of
taste, so it's up to you to decide if you think that the code has
been prettified or "uglified" ;)
More information about the Digitalmars-d-announce
mailing list