FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java/.gitattributes at main · exercism/java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
exercism
/
java
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
779
Star
834
Code
Issues
18
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
java
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (12 loc) · 380 Bytes
Breadcrumbs
java
/
.gitattributes
Copy path
File metadata and controls
17 lines (12 loc) · 380 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
Autodetect text files
*
text
=
auto
#
Force the following filetypes to have unix eols, so Windows does not break them
*
.
*
text
eol
=
lf
#
Force the following filetypes to have Windows eols, so unix does not break them
*
.bat
text
eol
=
crlf
#
Force images/fonts to be handled as binaries
*
.jpg
binary
*
.jpeg
binary
*
.png
binary
#
Force JARs to be handled as binaries
*
.jar
binary
Back
|
FazBrowse Home
|
New Git URL