Skip to content

Commit

Permalink
Adds .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Dec 19, 2019
1 parent c2fe09d commit 2dbb2b8
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
*.txt eol=lf
*.gitignore text eol=lf
*.sh text eol=lf
*.md text eol=lf
*.mod text eol=lf
*.sum text eol=lf
*.go text eol=lf
*.yml text eol=lf
*.proto text eol=lf
*.json text eol=lf
*.html text eol=lf
*.svg text eol=lf
*.js text eol=lf
*.css text eol=lf
*.yaml text eol=lf
*.http text eol=lf
*.ps1 text eol=lf
*.g4 text eol=lf
*.interp text eol=lf
*.pem text eol=lf
*.cnf text eol=lf
*.conf text eol=lf
*.gitmodules text eol=lf
*.variants text eol=lf
*.cmake text eol=lf
*.bat text eol=lf
*.env text eol=lf
*.service text eol=lf
*.tmpl text eol=lf
*.partial text eol=lf
*.liquid text eol=lf
*.tokens text eol=lf
*.attr text eol=lf
*.in text eol=lf
*.h text eol=lf
*.c text eol=lf
*.kts text eol=lf
*.properties text eol=lf
*.rst text eol=lf
*.gradle text eol=lf
*.java text eol=lf
*.kt text eol=lf

0 comments on commit 2dbb2b8

Please sign in to comment.