forked from rcs/route-parser
-
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.
fix CRLF issues reported by
npm run lint
- Loading branch information
1 parent
adf1611
commit addac12
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
*.sh text eol=lf | ||
*.bat text eol=crlf | ||
*.php text eol=lf | ||
*.inc text eol=lf | ||
*.html text eol=lf | ||
*.json text eol=lf | ||
*.js text eol=lf | ||
*.css text eol=lf | ||
*.less text eol=lf | ||
*.sass text eol=lf | ||
*.ini text eol=lf | ||
*.txt text eol=lf | ||
*.xml text eol=lf | ||
*.md text eol=lf | ||
*.markdown text eol=lf | ||
*.json5 text eol=lf | ||
|
||
*.pdf binary | ||
*.psd binary | ||
*.pptx binary | ||
*.xlsx binary |