diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a373b30 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Bash-скрипты всегда LF (иначе ломаются в Linux-CI из-за CR в shebang/командах) +*.sh text eol=lf +# PowerShell — CRLF (нативно для Windows) +*.ps1 text eol=crlf +# YAML workflow — LF +*.yaml text eol=lf +*.yml text eol=lf