summaryrefslogtreecommitdiffstats
path: root/tinyusb/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/.gitattributes')
-rwxr-xr-xtinyusb/.gitattributes25
1 files changed, 25 insertions, 0 deletions
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