GitHub language detection
deeper-x opened this issue · 1 comments
deeper-x commented
In my opinion, projects like this should be detected and recognized with the programming language they are based on, and not with the file extension used (.md). So, in my opinion, should be added a .gitattributes to force GitHub to consider it a Kotlin project.
A generic .gitattributes could be:
*.* linguist-language=Kotlin
My two cents
ayenaingtun commented
Thank you