-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Set default behavior to: automatically normalize line endings | ||
|
||
* text=auto | ||
|
||
|
||
# Set file behavior to: treat as text | ||
|
||
.editorconfig text | ||
**/.editorconfig text | ||
.gitattributes text | ||
**/.gitattributes text | ||
.gitignore text | ||
**/.gitignore text | ||
*.c text | ||
*.config text | ||
*.cpp text | ||
*.cs text diff=csharp | ||
*.css text | ||
*.cxx text | ||
*.h text | ||
*.htm text diff=html | ||
*.html text diff=html | ||
*.js text | ||
*.json text | ||
*.md text | ||
*.resx text | ||
*.svg text | ||
*.xaml text | ||
*.xml text | ||
*.yaml text | ||
*.yml text | ||
|
||
|
||
# Win artifacts | ||
|
||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
*.ps1 text eol=crlf | ||
|
||
# Unix artifacts | ||
|
||
*.bash text eol=lf | ||
*.sh text eol=lf | ||
|
||
|
||
# Set file behavior to: treat as binary | ||
|
||
*.dll binary | ||
*.so binary | ||
|
||
*.7z binary | ||
*.gz binary | ||
*.tar binary | ||
*.tar.gz binary | ||
*.tgz binary | ||
*.xz binary | ||
*.zip binary | ||
|
||
*.gif binary | ||
*.ico binary | ||
*.jpg binary | ||
*.jpeg binary | ||
*.png binary | ||
|
||
*.ttf binary |