mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
10 lines
211 B
Plaintext
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
|