FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rOS/.gitattributes at main · jazzi/rOS · GitHub
jazzi
/
rOS
Public
forked from
rern/rOS
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
rOS
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (22 loc) · 680 Bytes
Breadcrumbs
rOS
/
.gitattributes
Copy path
File metadata and controls
24 lines (22 loc) · 680 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
17
18
19
20
21
22
23
24
#
Automatically normalize line endings for all text-based files
#
http://git-scm.com/docs/gitattributes#_end_of_line_conversion
*
text
=
auto
#
For the following file types, normalize line endings to LF on
#
checkin and prevent conversion to CRLF when they are checked out
#
(this is required in order to prevent newline related issues like,
#
for example, after the build script is run)
.
*
text
eol
=
lf
*
.css
text
eol
=
lf
*
.html
text
eol
=
lf
*
.js
text
eol
=
lf
*
.json
text
eol
=
lf
*
.md
text
eol
=
lf
*
.py
text
eol
=
lf
*
.sh
text
eol
=
lf
*
.txt
text
eol
=
lf
*
.xml
text
eol
=
lf
#
Ensure those won't be messed up with
*
.jpg
binary
*
.png
binary
*
.gif
binary
*
.data
binary
Back
|
FazBrowse Home
|
New Git URL