Skip to content

Commit c2e5684

Browse files
committed
Add a .gitattributes file to enforce line ending styles.
1 parent f2d476c commit c2e5684

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Files with these extensions should have native line endings of the OS.
5+
*.md text
6+
*.svg text
7+
8+
# Files with these extensions are accepted binary files.
9+
# Git must not tamper with them at all!
10+
*.gif binary
11+
*.ico binary
12+
*.jpg binary
13+
*.png binary

0 commit comments

Comments
 (0)