Skip to content

Commit 0179088

Browse files
author
TraceNChase
committed
Normalize line endings via .gitattributes (* text=auto)
1 parent a7b7fc6 commit 0179088

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

.gitattributes

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
# Text files: normalize to LF in repo
2-
* text=auto
3-
4-
# Windows-friendly line endings on checkout for common text
5-
*.ps1 text eol=crlf
6-
*.bat text eol=crlf
7-
*.cmd text eol=crlf
8-
9-
# Unix-style scripts remain LF (avoid breaking shebangs)
10-
*.sh text eol=lf
11-
*.py text eol=lf
12-
*.yml text eol=lf
13-
*.yaml text eol=lf
14-
*.md text eol=lf
15-
*.json text eol=lf
16-
17-
# Binary files
18-
*.png binary
19-
*.jpg binary
20-
*.jpeg binary
21-
*.gif binary
22-
*.pdf binary
1+
* text=auto

0 commit comments

Comments
 (0)