-
Notifications
You must be signed in to change notification settings - Fork 469
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
3,195 changed files
with
508,937 additions
and
481,183 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,43 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files you want to always be normalized and converted | ||
# to LF line endings on checkout. | ||
*.afm text eol=lf | ||
*.cmap text eol=lf | ||
*.crt text eol=lf | ||
*.cs text eol=lf | ||
*.html text eol=lf | ||
*.java text eol=lf ident | ||
*.lng text eol=lf | ||
*.md text eol=lf | ||
*.pom text eol=lf | ||
*.properties text eol=lf | ||
*.txt text eol=lf | ||
*.xfdf text eol=lf | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.bat text eol=crlf | ||
*.csproj text eol=crlf | ||
*.sln text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.bmp binary | ||
*.cmp binary | ||
*.dib binary | ||
*.gif binary | ||
*.j2k binary | ||
*.jb2 binary | ||
*.jp2 binary | ||
*.jpg binary | ||
*.key binary | ||
*.otf binary | ||
*.pdf binary | ||
*.pfb binary | ||
*.png binary | ||
*.tif binary | ||
*.tiff binary | ||
*.ttc binary | ||
*.ttf binary | ||
*.wmf binary | ||
*.xml binary |
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 |
---|---|---|
|
@@ -219,5 +219,6 @@ $RECYCLE.BIN/ | |
# Windows shortcuts | ||
*.lnk | ||
|
||
/target/ | ||
target/ | ||
nbactions*.xml | ||
src/core/iTextSharp.xml |
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,10 +1,10 @@ | ||
# Note: It is not recommended to use the colon ':' character in the projectKey (contrary to Java) | ||
sonar.projectKey=com.itextpdf.itextsharp | ||
sonar.projectName=iTextSharp, a .NET PDF library | ||
sonar.projectVersion=5.5.2-SNAPSHOT | ||
sonar.sources=src | ||
sonar.sourceEncoding=UTF-8 | ||
sonar.language=cs | ||
# Enable the Visual Studio bootstrapper | ||
sonar.visualstudio.enable=true | ||
sonar.visualstudio.solution=src/BuildAll.sln | ||
# Note: It is not recommended to use the colon ':' character in the projectKey (contrary to Java) | ||
sonar.projectKey=com.itextpdf.itextsharp | ||
sonar.projectName=iTextSharp, a .NET PDF library | ||
sonar.projectVersion=5.5.2-SNAPSHOT | ||
sonar.sources=src | ||
sonar.sourceEncoding=UTF-8 | ||
sonar.language=cs | ||
# Enable the Visual Studio bootstrapper | ||
sonar.visualstudio.enable=true | ||
sonar.visualstudio.solution=src/BuildAll.sln |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.