From 57b14d146cc10a9a295837a2cad3dfdc9dcd7fab Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Fri, 9 Mar 2018 20:48:02 -0800 Subject: [PATCH] move .gitattributes for CubeMX CRLF setting --- .gitattributes | 6 ------ Firmware/Board/v3/.gitattributes | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .gitattributes create mode 100644 Firmware/Board/v3/.gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index a61c1ed6..00000000 --- a/.gitattributes +++ /dev/null @@ -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 diff --git a/Firmware/Board/v3/.gitattributes b/Firmware/Board/v3/.gitattributes new file mode 100644 index 00000000..ae60f50c --- /dev/null +++ b/Firmware/Board/v3/.gitattributes @@ -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