move .gitattributes for CubeMX CRLF setting

This commit is contained in:
Samuel Sadok
2018-03-09 20:48:02 -08:00
parent 995cbda3db
commit 57b14d146c
2 changed files with 6 additions and 6 deletions
-6
View File
@@ -1,6 +0,0 @@
# CubeMX generates CRLF line endings
Firmware/Board/v3.3/**/*.c text eol=crlf
Firmware/Board/v3.3/**/*.h text eol=crlf
Firmware/Board/v3.3/**/*.ld text eol=crlf
Firmware/Board/v3.3/**/Makefile text eol=crlf
+6
View File
@@ -0,0 +1,6 @@
# CubeMX generates CRLF line endings
*.c text eol=crlf
*.h text eol=crlf
*.ld text eol=crlf
Makefile text eol=crlf