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.
This commit is contained in:
2026-07-08 16:26:48 +02:00
parent 07c3041e2e
commit 27c44e89c9
+7
View File
@@ -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