From 39a5c822a2a2e798e2e39ff8a98b7af84253026c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 28 Aug 2021 12:50:18 -0400 Subject: add tinyusb --- tinyusb/.gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 tinyusb/.gitattributes (limited to 'tinyusb/.gitattributes') diff --git a/tinyusb/.gitattributes b/tinyusb/.gitattributes new file mode 100755 index 00000000..2342decc --- /dev/null +++ b/tinyusb/.gitattributes @@ -0,0 +1,25 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +*.c text +*.cpp text +*.h text +*.icf text +*.js text +*.json text +*.ld text +*.md text +*.mk text +*.py text +*.rst text +*.s text +*.txt text +*.xml text +*.yml text + +Makefile text + +# Windows-only Visual Studio things + +*.sln text eol=crlf +*.csproj text eol=crlf -- cgit v1.2.3