VBA-tools / vba-test

Add testing and TDD to VBA on Windows and Mac
MIT License
202 stars 46 forks source link

Set source file language to VBA in .gitattributes #37

Closed joyfullservice closed 2 years ago

joyfullservice commented 2 years ago

GitHub's language auto-detection usually assumes that .bas and .cls files are VB.NET. This change clarifies that these file extensions represent VBA files in this repository.

image This change helps new users recognize at a glance that this is a VBA project, not a .NET project, and can improve discoverability when people are searching for VBA source files related to automated testing.

timhall commented 2 years ago

Thanks!