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:
@@ -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
|
||||
Reference in New Issue
Block a user