-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (22 loc) · 808 Bytes
/
.gitattributes
File metadata and controls
27 lines (22 loc) · 808 Bytes
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
# Global attributes for forcing line endings normalization of specific files
* text=auto
# Configs
.gitattributes text eol=lf encoding=utf-8
.gitignore text eol=lf encoding=utf-8
.editorconfig text eol=crlf encoding=utf-8
*.json text eol=crlf encoding=utf-8
*.yml text eof=lf encoding=utf-8
*.yaml text eof=lf encoding=utf-8
*.xml text eol=crlf encoding=utf-8
*.manifest text eol=crlf encoding=utf-8
# Projects and solutions
*.sln text eol=crlf encoding=utf-8-bom
*.csproj text eol=crlf encoding=utf-8
*.props text eol=crlf encoding=utf-8
*.targets text eol=crlf encoding=utf-8
# Sources
*.cs text eof=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