diff options
| author | Ryan <fauxpark@gmail.com> | 2021-08-18 18:20:25 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 18:20:25 +1000 |
| commit | b16091659cc9a724a8800f77e631643b4ab089ad (patch) | |
| tree | e44933472c6d100bd4fc5d8a693d9d21e3c32f6f /lib/usbhost/USB_Host_Shield_2.0/.gitattributes | |
| parent | cf5e40c25139ff64ff246f1c6280e983ef75551c (diff) | |
| download | qmk_firmware-b16091659cc9a724a8800f77e631643b4ab089ad.tar.gz qmk_firmware-b16091659cc9a724a8800f77e631643b4ab089ad.zip | |
Move USB Host Shield and Arduino core to `lib/` (#13973)
Diffstat (limited to 'lib/usbhost/USB_Host_Shield_2.0/.gitattributes')
| -rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/.gitattributes | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/usbhost/USB_Host_Shield_2.0/.gitattributes b/lib/usbhost/USB_Host_Shield_2.0/.gitattributes new file mode 100644 index 000000000..6238b035a --- /dev/null +++ b/lib/usbhost/USB_Host_Shield_2.0/.gitattributes | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | # Auto detect text files and perform LF normalization | ||
| 2 | * text=auto | ||
| 3 | * text eol=lf | ||
| 4 | |||
| 5 | # Custom for Visual Studio | ||
| 6 | *.cs diff=csharp | ||
| 7 | *.sln merge=union | ||
| 8 | *.csproj merge=union | ||
| 9 | *.vbproj merge=union | ||
| 10 | *.fsproj merge=union | ||
| 11 | *.dbproj merge=union | ||
| 12 | |||
| 13 | # Standard to msysgit | ||
| 14 | *.doc diff=astextplain | ||
| 15 | *.DOC diff=astextplain | ||
| 16 | *.docx diff=astextplain | ||
| 17 | *.DOCX diff=astextplain | ||
| 18 | *.dot diff=astextplain | ||
| 19 | *.DOT diff=astextplain | ||
| 20 | *.pdf diff=astextplain | ||
| 21 | *.PDF diff=astextplain | ||
| 22 | *.rtf diff=astextplain | ||
| 23 | *.RTF diff=astextplain | ||
