Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit c63770f

Browse files
authored
Create .gitattributes
1 parent 0d0b7ab commit c63770f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Diff for: .gitattributes

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
*.json text
5+
*.toml text
6+
*.xml text
7+
*.yaml text
8+
*.yml text
9+
10+
*.bash text eol=lf
11+
*.fish text eol=lf
12+
*.sh text eol=lf
13+
*.zsh text eol=lf
14+
*.bat text eol=crlf
15+
*.cmd text eol=crlf
16+
*.ps1 text eol=crlf
17+
18+
*.sln text eol=crlf
19+
*.csproj text eol=crlf
20+
*.vbproj text eol=crlf
21+
*.vcxproj text eol=crlf
22+
*.vcproj text eol=crlf
23+
*.dbproj text eol=crlf
24+
*.fsproj text eol=crlf
25+
*.lsproj text eol=crlf
26+
*.wixproj text eol=crlf
27+
*.modelproj text eol=crlf
28+
*.sqlproj text eol=crlf
29+
*.wwaproj text eol=crlf
30+
*.xproj text eol=crlf
31+
*.props text eol=crlf
32+
*.filters text eol=crlf
33+
*.vcxitems text eol=crlf
34+
35+
.gitattributes export-ignore
36+
.gitignore export-ignore

0 commit comments

Comments
 (0)