Skip to content

Commit 773a1af

Browse files
committed
specify filetypes for gitattributes
1 parent 836f5d3 commit 773a1af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
* text eol=lf
5+
.py text eol=lf
6+
.rst text eol=lf
7+
.txt text eol=lf
8+
.yaml text eol=lf
9+
.toml text eol=lf
10+
.license text eol=lf
11+
.md text eol=lf

0 commit comments

Comments
 (0)