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