From ed77ec1e567ac93b844a5289761e476e067880bd Mon Sep 17 00:00:00 2001 From: PTah Date: Mon, 1 Jun 2026 12:07:46 +1000 Subject: [PATCH] Fix line endings to LF, add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..583f7c7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Конфиги и документация — всегда LF (Linux/HAProxy) +*.cfg text eol=lf +*.md text eol=lf +git-sac-allowed text eol=lf +1c-allowed text eol=lf +.gitignore text eol=lf