From bdb207dfc2f86fb2a88bfa9255931af243fc324e Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 1 Sep 2017 20:13:27 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes 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