From 3477e851e18707186875e6b7f4971a40f6ecf44a Mon Sep 17 00:00:00 2001 From: rusEfi Date: Fri, 31 Mar 2017 13:45:26 -0400 Subject: [PATCH] KiCad EOL --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index bee2af83fa..c0b8c0674d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,13 @@ *.iml text eol=lf *.txt text eol=lf +# KiCad files +*.dsn text eol=lf +*.kicad_pcb text eol=lf +*.net text eol=lf +*.pro text eol=lf +*.sch text eol=lf + # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary