Create .gitattributes

master
Frank 7 years ago committed by GitHub
parent a710912443
commit bdb207dfc2
  1. 4
      .gitattributes

4
.gitattributes vendored

@ -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
Loading…
Cancel
Save