diff options
Diffstat (limited to 'tinyusb/.gitattributes')
-rwxr-xr-x | tinyusb/.gitattributes | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tinyusb/.gitattributes b/tinyusb/.gitattributes deleted file mode 100755 index 2342decc..00000000 --- a/tinyusb/.gitattributes +++ /dev/null @@ -1,25 +0,0 @@ -# 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 |