Skip to content

Commit 5c835c5

Browse files
Configure YAML in gitattribute
1 parent c7d2c44 commit 5c835c5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitattributes

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*.doc diff=astextplain
2-
*.DOC diff=astextplain
3-
*.docx diff=astextplain
2+
*.DOC diff=astextplain
3+
*.docx diff=astextplain
44
*.DOCX diff=astextplain
55
*.dot diff=astextplain
66
*.DOT diff=astextplain
@@ -22,3 +22,6 @@ core.eol crlf
2222
*.fsproj merge=union
2323
*.dbproj merge=union
2424
*.sln merge=union
25+
26+
*.yml linguist-detectable=true
27+
*.yml linguist-language=YAML

0 commit comments

Comments
 (0)