You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: