Skip to content

Commit 5b00f06

Browse files
author
XhmikosR
authored
.gitattributes: enforce LF (#442)
Signed-off-by: XhmikosR <[email protected]>
1 parent 506c0b6 commit 5b00f06

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.gitattributes

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,2 @@
1-
# Auto detect text files and perform LF normalization
2-
* text=auto
3-
4-
# Custom for Visual Studio
5-
*.cs diff=csharp
6-
7-
# Standard to msysgit
8-
*.doc diff=astextplain
9-
*.DOC diff=astextplain
10-
*.docx diff=astextplain
11-
*.DOCX diff=astextplain
12-
*.dot diff=astextplain
13-
*.DOT diff=astextplain
14-
*.pdf diff=astextplain
15-
*.PDF diff=astextplain
16-
*.rtf diff=astextplain
17-
*.RTF diff=astextplain
1+
# Enforce Unix newlines
2+
* text=auto eol=lf

0 commit comments

Comments
 (0)