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