Skip to content

Commit 153eb03

Browse files
committed
chore: define repository line endings
1 parent 2cb7fab commit 153eb03

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
* text=auto
2+
3+
*.py text eol=lf
4+
*.sh text eol=lf
5+
Dockerfile text eol=lf
6+
*.yml text eol=lf
7+
*.yaml text eol=lf
8+
*.json text eol=lf
9+
*.jsonl text eol=lf
10+
*.md text eol=lf
11+
*.toml text eol=lf
12+
*.ps1 text eol=crlf

0 commit comments

Comments
 (0)