Whats the most common formatting style for dlang?

Seb via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jul 19 13:40:12 PDT 2017


On Wednesday, 19 July 2017 at 20:19:52 UTC, Christian Köstlin 
wrote:
> Until now I formatted my toy-programs how I like it. Checking 
> up on
> dfmt I saw that these deviate from the default settings of dfmt.
> Does dfmt's default settings reflect the most common style for 
> dlang?
> Actually I really like all languages, that take out the whole 
> discussion
> about formatting (like go and to a certain degree python).

We have a DStyle: http://dlang.org/dstyle.html

dfmt supports multiple formatting options,of course, but by 
default it uses the DStyle ;-)


More information about the Digitalmars-d-learn mailing list