From d1d9b369e6edff47a8c4b395880095ee25b2acf4 Mon Sep 17 00:00:00 2001 From: xiaojian cai Date: Wed, 22 Aug 2018 09:22:33 +0800 Subject: [PATCH] *: make sure parser.y has LF line endings on checkout (#7449) --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..1ad886cf2491c --- /dev/null +++ b/.gitattributes @@ -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