-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
33 lines (28 loc) · 1018 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
33
# 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
.dockerignore text eol=lf encoding=utf-8
Dockerfile* text eof=lf encoding=utf-8
*.dockerfile text eof=lf encoding=utf-8
*.json text eol=crlf encoding=utf-8
*.vsconfig text eol=crlf encoding=utf-8
*.yml text eof=lf encoding=utf-8
*.yaml text eof=lf 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
*.cshtml text eof=crlf encoding=utf-8
*.css text eof=crlf encoding=utf-8
*.js text eof=crlf encoding=utf-8
*.cshtml linguist-vendored
*.css linguist-vendored
*.js linguist-vendored
# Documents
*.md text eol=crlf encoding=utf-8