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!

Reply via email to