Skip to content

Commit fab2e8d

Browse files
committed
chore: add .gitattributes
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 67181cd commit fab2e8d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.gitattributes

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
.astyleignore text eol=lf
7+
.astylerc text eol=lf
8+
.codespellignore text eol=lf
9+
.codespellrc text eol=lf
10+
.editorconfig text eol=lf
11+
.flake8 text eol=lf
12+
.gitattributes text eol=lf
13+
.gitignore text eol=lf
14+
15+
*.adoc text eol=lf
16+
*.c text eol=lf
17+
*.cfg text eol=lf
18+
*.cmake text eol=lf
19+
*.cpp text eol=lf
20+
*.css text eol=lf
21+
*.dtsi text eol=lf
22+
*.gv text eol=lf
23+
*.h text eol=lf
24+
*.html text eol=lf
25+
*.in text eol=lf
26+
*.ino text eol=lf
27+
*.json text eol=lf
28+
*.ld text eol=lf
29+
*.md text eol=lf
30+
*.MD text eol=lf
31+
*.old text eol=lf
32+
*.patch text eol=lf
33+
*.pde text eol=lf
34+
*.properties text eol=lf
35+
*.py text eol=lf
36+
*.s text eol=lf
37+
*.S text eol=lf
38+
*.sh text eol=lf
39+
*.spec text eol=lf
40+
*.txt text eol=lf
41+
*.yml text eol=lf
42+
43+
# Denote all files that are truly binary and should not be modified.
44+
*.jpg binary
45+
*.pdf binary
46+
*.png binary
47+

0 commit comments

Comments
 (0)