From 9f99b322001badbff74c1be7ed45857f340051a2 Mon Sep 17 00:00:00 2001 From: MikeMaximus Date: Sat, 24 Feb 2018 10:19:36 -0600 Subject: [PATCH] Force LF for deb control and postinst script --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6259aa2..d6b96a9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ ############################################################################### *.sh -text eol=lf makefile -text eol=lf +control -text eol=lf +postinst -text eol=lf * text=auto ###############################################################################