Contacting DlangScience maintainers

russhy russhy at gmail.com
Sun Mar 28 22:25:03 UTC 2021


> Interestingly Github flags this repo as a "C" repo , with the 
> balance of code tilting slightly (>51%) in favor of C (perhaps 
> headers), compared to D. I wonder to what degree this affects 
> overall stats of # Dlang repos on Github?

this can be "fixed" using a .gitattribute file with the following 
content:

```
*.h linguist-detectable=false
*.c linguist-detectable=false
```

There must be an easier way, if anyone know a cleaner way for 
doing that, please let me know!


More information about the Digitalmars-d-announce mailing list