From eaa6ff57fa99b73dfe0e17454a6bf021164cdba0 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 23 Jul 2017 20:57:55 +0200 Subject: [PATCH] add more file types for eol mitigation --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9ffcb34..9651322 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ *.m4 text eol=lf *.awk text eol=lf *.c text eol=lf -*.h text eol=lf \ No newline at end of file +*.h text eol=lf +*.php text eol=lf +*.json text eol=lf +*.md text eol=lf