FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
atom/.gitattributes at master · electic/atom · GitHub
electic
/
atom
Public
forked from
atom/atom
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
atom
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (24 loc) · 895 Bytes
Breadcrumbs
atom
/
.gitattributes
Copy path
File metadata and controls
27 lines (24 loc) · 895 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
25
26
27
#
Specs depend on character counts, if we don't specify the line endings the
#
fixtures will vary depending on platform
spec
/
fixtures
/
**
/
*
.js
text
eol
=
lf
spec
/
fixtures
/
**
/
*
.coffee
text
eol
=
lf
spec
/
fixtures
/
**
/
*
.less
text
eol
=
lf
spec
/
fixtures
/
**
/
*
.css
text
eol
=
lf
spec
/
fixtures
/
**
/
*
.txt
text
eol
=
lf
spec
/
fixtures
/
dir
/
**
/
*
text
eol
=
lf
#
Git 1.7 does not support **/* patterns
spec
/
fixtures
/
css.css
text
eol
=
lf
spec
/
fixtures
/
sample.js
text
eol
=
lf
spec
/
fixtures
/
sample.less
text
eol
=
lf
spec
/
fixtures
/
sample.txt
text
eol
=
lf
#
Windows bash scripts are also Unix LF endings
*
.sh
eol
=
lf
#
The script executables should be LF so they can be edited on Windows
script
/
bootstrap
text
eol
=
lf
script
/
build
text
eol
=
lf
script
/
cibuild
text
eol
=
lf
script
/
clean
text
eol
=
lf
script
/
lint
text
eol
=
lf
script
/
postprocess-junit-results
text
eol
=
lf
script
/
test
text
eol
=
lf
script
/
verify-snapshot-script
text
eol
=
lf
Back
|
FazBrowse Home
|
New Git URL