FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Arduino_Core_STM32/.gitattributes at develop · TheCodeSharman/Arduino_Core_STM32 · GitHub
TheCodeSharman
/
Arduino_Core_STM32
Public
forked from
stm32duino/Arduino_Core_STM32
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Arduino_Core_STM32
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (40 loc) · 927 Bytes
Breadcrumbs
Arduino_Core_STM32
/
.gitattributes
Copy path
File metadata and controls
44 lines (40 loc) · 927 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
Set the default behavior, in case people don't have core.autocrlf set.
*
text
=
auto
#
Explicitly declare text files you want to always be normalized and converted
#
to native line endings on checkout.
.astyleignore
text
eol
=
lf
.astylerc
text
eol
=
lf
.editorconfig
text
eol
=
lf
.flake8
text
eol
=
lf
.gitattributes
text
eol
=
lf
.gitignore
text
eol
=
lf
*
.adoc
text
eol
=
lf
*
.c
text
eol
=
lf
*
.cmake
text
eol
=
lf
*
.cpp
text
eol
=
lf
*
.css
text
eol
=
lf
*
.dtsi
text
eol
=
lf
*
.gv
text
eol
=
lf
*
.h
text
eol
=
lf
*
.html
text
eol
=
lf
*
.in
text
eol
=
lf
*
.ino
text
eol
=
lf
*
.json
text
eol
=
lf
*
.ld
text
eol
=
lf
*
.md
text
eol
=
lf
*
.MD
text
eol
=
lf
*
.old
text
eol
=
lf
*
.patch
text
eol
=
lf
*
.pde
text
eol
=
lf
*
.properties
text
eol
=
lf
*
.py
text
eol
=
lf
*
.s
text
eol
=
lf
*
.S
text
eol
=
lf
*
.sh
text
eol
=
lf
*
.spec
text
eol
=
lf
*
.txt
text
eol
=
lf
*
.yml
text
eol
=
lf
#
Denote all files that are truly binary and should not be modified.
*
.jpg
binary
*
.pdf
binary
*
.png
binary
Back
|
FazBrowse Home
|
New Git URL