From 813cf268d320f407d8dee997b7f6503baea80e2c Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Mon, 26 Feb 2018 13:16:06 -0800 Subject: [PATCH] set line endings in CubeMX files to CRLF --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ce4ac660 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ + +# CubeMX generates CRLF line endings +Firmware/Board/v3.3/** text eol=crlf