Skip to content

Commit

Permalink
Add gitattributes to control line endings
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nett <JNett96@gmail.com>
  • Loading branch information
rnett committed Jul 31, 2021
1 parent 15bb1d8 commit fba95aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.java text eol=lf
*.kt text eol=lf
*.cc text eol=lf
*.h text eol=lf
*.pom text eol=lf

*.md text eol=lf
*.sh text eol=lf

*.pbtxt text eol=lf

*.pb binary

0 comments on commit fba95aa

Please sign in to comment.