Skip to content

Commit

Permalink
Ensure LF line-edings in handlebars-template fixtures (*.hbs)
Browse files Browse the repository at this point in the history
Fixes #1331
  • Loading branch information
nknapp committed May 14, 2017
1 parent 2e21e2b commit ed879a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ed879a6

Please sign in to comment.