Skip to content

Commit fba95aa

Browse files
committed
Add gitattributes to control line endings
Signed-off-by: Ryan Nett <[email protected]>
1 parent 15bb1d8 commit fba95aa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.java text eol=lf
2+
*.kt text eol=lf
3+
*.cc text eol=lf
4+
*.h text eol=lf
5+
*.pom text eol=lf
6+
7+
*.md text eol=lf
8+
*.sh text eol=lf
9+
10+
*.pbtxt text eol=lf
11+
12+
*.pb binary

0 commit comments

Comments
 (0)