From ed879a6068d8c2ed27ab1f95154f1489eae46e59 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Sun, 14 May 2017 23:56:23 +0200 Subject: [PATCH] Ensure LF line-edings in handlebars-template fixtures (*.hbs) Fixes #1331 --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5e1a5da03..eeda54e24 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ -# Handlebars templates in test cases +# Handlebars-template fixtures in test cases need deterministic eol *.handlebars text eol=lf +*.hbs text eol=lf -# Lexer files +# Lexer files as well *.l text eol=lf