diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa0dafc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Manually classify the file types so that GitHub will label this as an Arduino project. +*.ino linguist-language=Arduino +*.cpp linguist-language=Arduino +*.h linguist-language=Arduino