Skip to content

Commit

Permalink
*: make sure parser.y has LF line endings on checkout (pingcap#7449)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccxj authored and ngaut committed Aug 22, 2018
1 parent d9ea38b commit d1d9b36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Declare files that will always have LF line endings on checkout.
*.y text eol=lf

0 comments on commit d1d9b36

Please sign in to comment.