dfmt options
Martin Nowak via Digitalmars-d
digitalmars-d at puremagic.com
Fri Mar 27 11:42:16 PDT 2015
On 03/27/2015 04:30 PM, Shammah Chancellor wrote:
>> What am I missing?
>
> A way to configure this and have it look for the most relevant
> `.dfmtcfg` file! :)
>
> That is to say, make it look up from the current directory recursively
> until it finds a config file, and use that. This will greatly help
> people who are contributing to the same project keep a consistent
> format. Also, Hard and soft limit for line length causes an exception
> to be thrown when I tried it.
>
> -Shammah
>
I proposed to use .editorconfig for this, as it already tries to
standardize most of the configurations.
https://github.com/Hackerpilot/dfmt/issues/122
More information about the Digitalmars-d
mailing list