FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
libvpl/.gitattributes at main · intel/libvpl · GitHub
intel
/
libvpl
Public
Notifications
You must be signed in to change notification settings
Fork
107
Star
371
Code
Issues
15
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
libvpl
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (18 loc) · 400 Bytes
Breadcrumbs
libvpl
/
.gitattributes
Copy path
File metadata and controls
22 lines (18 loc) · 400 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
#
do not rely on windows users to remember to set core.autocrlf=true
*
text
=
auto
#
force line endings for scripts
*
.sh
eol
=
lf
*
.sh.in
eol
=
lf
*
.py
eol
=
lf
script
/
*
eol
=
lf
*
.bat
eol
=
crlf
#
force lf endings for yaml
*
.yaml
eol
=
lf
*
.yml
eol
=
lf
.clang-format
eol
=
lf
#
force encoding for json
*
.json
encoding
=
utf-8
#
force lf endings for CMake files
CMakeLists.
*
eol
=
lf
*
.cmake
eol
=
lf
*
.cmake.in
eol
=
lf
Back
|
FazBrowse Home
|
New Git URL