From 27c44e89c98a0ca767cadeeaa08fb71a2479e85c Mon Sep 17 00:00:00 2001 From: Embi Date: Wed, 8 Jul 2026 16:26:48 +0200 Subject: [PATCH] Add .gitattributes to enforce consistent CRLF line endings for TIA library files Prevents spurious workspace/project diffs on TIA import caused by autocrlf-dependent line-ending normalization differing between machines. --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..00b3c77 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto eol=crlf + +*.scl text eol=crlf +*.xml text eol=crlf +*.libinfo text eol=crlf +*.libint text eol=crlf +*.liblink text eol=crlf