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

Commit ba43623

Browse files
committed
CF/BF - Enforce text file line endings to be LF.
Updated to match cleanflight firmware.
1 parent e241623 commit ba43623

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitattributes

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
LICENSE text
2-
*.md text
3-
*.js text
4-
*.json text
5-
*.html text
6-
*.css text
7-
*.txt text
1+
LICENSE text eol=lf
2+
*.md text eol=lf
3+
*.js text eol=lf
4+
*.json text eol=lf
5+
*.html text eol=lf
6+
*.css text eol=lf
7+
*.txt text eol=lf
88
*.png -crlf -diff
99
*.svg -crlf -diff

0 commit comments

Comments
 (0)