From b93284716e1cc6bcd01f4626e985c368333c9374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 23 Jul 2018 10:15:52 +0200 Subject: [PATCH] Update gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b5a2cdcc..23f98fff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,6 @@ # Keep the single include header with LFs to make sure it is uploaded, # hashed etc with LF -single_include/*.hpp eol=lf +single_include/**/*.hpp eol=lf # Also keep the LICENCE file with LFs for the same reason LICENCE.txt eol=lf