mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Add gitattributes
This commit is contained in:
parent
906471a487
commit
5b9b36be14
25
.gitattributes
vendored
Normal file
25
.gitattributes
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user