diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5f16da2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Default: normalize all text files to LF on commit +* text=auto + +# Force LF for files that must be LF on Linux hosts +*.sh text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.service text eol=lf +*.conf text eol=lf