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