Compare commits

...

3 Commits

Author SHA1 Message Date
e.yueksel b609f1c193 Versionierung probiert 2026-07-08 16:37:18 +02:00
e.yueksel d9461fb3b7 Anpassung im .gitattributes file 2026-07-08 16:27:15 +02:00
e.yueksel 27c44e89c9 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.
2026-07-08 16:26:48 +02:00
3 changed files with 10 additions and 3 deletions
+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
+2 -2
View File
@@ -3,8 +3,8 @@
Comment:
de-DE: Erste Version
LibraryVersion:
VersionNumber: 0.0.2
VersionNumber: 0.0.1
Author: e.yueksel
IsDefault: true
Comment:
de-DE: XOR durch AND ersetzt
de-DE: Erste Version
+1 -1
View File
@@ -1,6 +1,6 @@
FUNCTION_BLOCK "FB_Haus"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.2
VERSION : 0.1
VAR_INPUT
xInTest : Bool;
END_VAR