From 0c57c1c336b024c5c1f7c672a1a0dfe6d039194f Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 9 Feb 2017 22:29:36 +1100 Subject: [PATCH] Added .gitattributes file to enforce line LF line endings --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1b055373 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +*.lib text eol=lf +*.dcm text eol=lf +*.md text eol=lf +*.kicad_mod text eol=lf +*.txt text eol=lf +*.for-* text eol=lf +*.py text eol=lf +*.wrl binary +*.step binary +*.wings binary +*.svg binary +*.pdf binary