-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
15 changed files
with
888 additions
and
120 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,50 +1,45 @@ | ||
*.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 | ||
# Catch all for anything we forgot. Add rules if you get CRLF to LF warnings. | ||
* text=auto | ||
|
||
*.jpg binary | ||
*.png binary | ||
*.gif binary | ||
# 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 | ||
|
||
*.cs text diff=csharp | ||
*.vb text | ||
*.c text | ||
*.cpp text | ||
*.cxx text | ||
*.h text | ||
*.hxx text | ||
*.py text | ||
*.rb text | ||
*.java text | ||
*.html text | ||
*.htm text | ||
*.css text | ||
*.scss text | ||
*.sass text | ||
*.less text | ||
*.js text | ||
*.lisp text | ||
*.clj text | ||
*.sql text | ||
*.php text | ||
*.lua text | ||
*.m text | ||
*.asm text | ||
*.erl text | ||
*.fs text | ||
*.fsx text | ||
*.hs text | ||
*.sln text | ||
*.csproj text | ||
*.vcxproj text | ||
|
||
*.csproj text merge=union | ||
*.vbproj text merge=union | ||
*.fsproj text merge=union | ||
*.dbproj text merge=union | ||
*.sln text eol=crlf merge=union | ||
*.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 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,24 @@ | ||
create: | ||
include-footer: true | ||
footer-heading: Where to get it | ||
footer-content: You can download this release from [nuget.org](https://www.nuget.org/packages/reactiveui/{milestone}) | ||
footer-includes-milestone: true | ||
milestone-replace-text: '{milestone}' | ||
export: | ||
include-created-date-in-title: true | ||
created-date-string-format: MMMM dd, yyyy | ||
perform-regex-removal: true | ||
regex-text: '### Where to get it(\r\n)*You can .*\)' | ||
multiline-regex: true | ||
issue-labels-include: | ||
- Breaking change | ||
- Feature | ||
- Bug | ||
- Improvement | ||
- Documentation | ||
issue-labels-exclude: | ||
- Build | ||
issue-labels-alias: | ||
- name: Documentation | ||
header: Documentation | ||
plural: Documentation |
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,14 @@ | ||
assembly-versioning-scheme: None | ||
branches: | ||
master: | ||
mode: ContinuousDelivery | ||
tag: | ||
increment: Patch | ||
prevent-increment-of-merged-branch-version: true | ||
track-merge-target: false | ||
dev(elop)?(ment)?$: | ||
mode: ContinuousDeployment | ||
tag: alpha | ||
increment: Minor | ||
prevent-increment-of-merged-branch-version: false | ||
track-merge-target: true |
Oops, something went wrong.