-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch eol to use native rather than lf
- Loading branch information
Showing
1 changed file
with
21 additions
and
21 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,24 +1,24 @@ | ||
# Set default behaviour for some text-like files, in case users don't have core.autocrlf set. | ||
|
||
|
||
*.cmake text eol=lf | ||
*.c text eol=lf | ||
*.conf text eol=lf | ||
*.cpp text eol=lf | ||
*.css text eol=lf | ||
*.h text eol=lf | ||
*.html text eol=lf | ||
*.in text eol=lf | ||
*.java text eol=lf | ||
*.js text eol=lf | ||
*.json text eol=lf | ||
*.md text eol=lf | ||
*.py text eol=lf | ||
*.qrc text eol=lf | ||
*.rdf text eol=lf | ||
*.rng text eol=lf | ||
*.sh text eol=lf | ||
*.txt text eol=lf | ||
*.ui text eol=lf | ||
*.xml text eol=lf | ||
*.xsl text eol=lf | ||
*.cmake text eol=native | ||
*.c text eol=native | ||
*.conf text eol=native | ||
*.cpp text eol=native | ||
*.css text eol=native | ||
*.h text eol=native | ||
*.html text eol=native | ||
*.in text eol=native | ||
*.java text eol=native | ||
*.js text eol=native | ||
*.json text eol=native | ||
*.md text eol=native | ||
*.py text eol=native | ||
*.qrc text eol=native | ||
*.rdf text eol=native | ||
*.rng text eol=native | ||
*.sh text eol=native | ||
*.txt text eol=native | ||
*.ui text eol=native | ||
*.xml text eol=native | ||
*.xsl text eol=native |