Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
CF/BF - Enforce text file line endings to be LF.
Browse files Browse the repository at this point in the history
Updated to match cleanflight firmware.
  • Loading branch information
hydra committed Mar 8, 2018
1 parent e241623 commit ba43623
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LICENSE text
*.md text
*.js text
*.json text
*.html text
*.css text
*.txt text
LICENSE text eol=lf
*.md text eol=lf
*.js text eol=lf
*.json text eol=lf
*.html text eol=lf
*.css text eol=lf
*.txt text eol=lf
*.png -crlf -diff
*.svg -crlf -diff

0 comments on commit ba43623

Please sign in to comment.