-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
32 lines (26 loc) · 926 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Global attributes for forcing line endings normalization of specific files
* text=auto
# Configs
.gitattributes text eol=crlf encoding=utf-8
.gitignore text eol=crlf encoding=utf-8
*.props text eol=crlf encoding=utf-8
*.targets text eol=crlf encoding=utf-8
*.code-workspace text eol=crlf encoding=utf-8
*.yml text eol=lf encoding=utf-8
*.yaml text eol=lf encoding=utf-8
# Projects and solutions
*.sln text eol=crlf encoding=utf-8-bom
*.csproj text eol=crlf encoding=utf-8
*.code-workspace text eol=crlf encoding=utf-8
# Source codes
*.cs text eol=crlf encoding=utf-8
*.ps1 text eol=crlf encoding=utf-8
*.resx text eol=crlf encoding=utf-8
*.settings text eol=crlf encoding=utf-8
*.xaml text eol=crlf encoding=utf-8
*.axaml text eol=crlf encoding=utf-8
# Documents
*.md text eol=crlf encoding=utf-8
# Assets
*.ico binary
*.png binary