Skip to content

Commit

Permalink
Ensure LF line-edings in lexer-files (*.l)
Browse files Browse the repository at this point in the history
Related to #1233
  • Loading branch information
nknapp committed May 14, 2017
1 parent b50ef03 commit bdfdbea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Handlebars templates in test cases
*.handlebars text eol=lf

# Lexer files
*.l text eol=lf

0 comments on commit bdfdbea

Please sign in to comment.