From e6355881cc9100a58b305dd606d54a3fdd8cc12b Mon Sep 17 00:00:00 2001 From: Rob j Loranger Date: Sat, 14 Jul 2018 11:32:55 -0700 Subject: [PATCH] normalize all line endings for the repo (#269) --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e630f0c3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# set default behavior for those who have not set core.autcrlf +* text=auto + +# the following file types will be normalized and converted to native endings +# on checkout +*.md +*.toml +*.yml