-
-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #321 from akavache/develop
+semver: major
- Loading branch information
Showing
177 changed files
with
778 additions
and
6,183 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 |
---|---|---|
@@ -1,18 +1,45 @@ | ||
# Auto detect text files and perform LF normalization | ||
# Catch all for anything we forgot. Add rules if you get CRLF to LF warnings. | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln text eol=crlf | ||
# Text files that should be normalized to LF in odb. | ||
*.cs text eol=lf diff=csharp | ||
*.xaml text | ||
*.config text | ||
*.c text | ||
*.h text | ||
*.cpp text | ||
*.hpp text | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain | ||
*.sln text | ||
*.csproj text | ||
*.vcxproj text | ||
|
||
*.md text | ||
*.tt text | ||
*.sh text | ||
*.ps1 text | ||
*.cmd text | ||
*.bat text | ||
*.markdown text | ||
*.msbuild text | ||
|
||
|
||
# Binary files that should not be normalized or diffed | ||
*.png binary | ||
*.jpg binary | ||
*.gif binary | ||
*.ico binary | ||
*.rc binary | ||
|
||
*.pfx binary | ||
*.snk binary | ||
*.dll binary | ||
*.exe binary | ||
*.lib binary | ||
*.exp binary | ||
*.pdb binary | ||
*.sdf binary | ||
*.7z binary | ||
|
||
# Generated file should just use CRLF, it's fiiine | ||
SolutionInfo.cs text eol=crlf diff=csharp |
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.