-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace internal use of lazy structures, add option in JvmZipReader t…
…o try a base offset of 0 by default
- Loading branch information
Showing
34 changed files
with
822 additions
and
764 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,34 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Java sources | ||
*.java text diff=java eol=lf | ||
*.gradle text diff=java eol=lf | ||
|
||
# These files are text and should be normalized (Convert crlf => lf) | ||
*.css text diff=css eol=lf | ||
*.html text diff=html eol=lf | ||
*.md text diff=markdown eol=lf | ||
*.js text eol=lf | ||
*.csv text eol=lf | ||
*.json text eol=lf | ||
*.properties text eol=lf | ||
*.svg text eol=lf | ||
*.xml text eol=lf | ||
*.yaml text eol=lf | ||
*.yml text eol=lf | ||
*.toml text eol=lf | ||
*.lang text eol=lf | ||
|
||
# These files are binary and should be left untouched | ||
*.png binary | ||
*.gif binary | ||
*.jpg binary | ||
*.jpeg binary | ||
|
||
# Common build-tool wrapper scripts | ||
mvnw text eol=lf | ||
gradlew text eol=lf | ||
*.sh text eol=lf | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf |
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
Oops, something went wrong.