Files
youssefnoob003-SindriKit/.gitattributes
T
2026-06-22 12:38:04 +01:00

10 lines
211 B
Plaintext

# Enforce Unix line endings for C/C++ source code
*.c text eol=lf
*.h text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.cmake text eol=lf
# Keep batch files as CRLF for Windows compatibility
*.bat text eol=crlf