forked from betaflight/betaflight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set line endings for known text files to default to LF.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
*.md text | ||
*.c text | ||
*.h text | ||
*.cc text | ||
*.S text | ||
*.s text | ||
*.md text eol=lf | ||
*.c text eol=lf | ||
*.h text eol=lf | ||
*.cc text eol=lf | ||
*.S text eol=lf | ||
*.s text eol=lf | ||
*.hex -crlf -diff | ||
*.elf -crlf -diff | ||
*.ld text | ||
Makefile text | ||
*.ld text eol=lf | ||
Makefile text eol=lf | ||
*.bat eol=crlf | ||
*.txt text | ||
*.sh text | ||
*.txt text eol=lf | ||
*.sh text eol=lf |