-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e71fa5a
commit 1a9eaab
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 @@ | ||
# Set CRLF for Windows specific script files | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
*.cmdt text eol=crlf | ||
*.vbs text eol=crlf | ||
*.ps1 text eol=crlf | ||
*.psm1 text eol=crlf | ||
*.txt text eol=crlf | ||
*.new text eol=crlf | ||
*.au3 text eol=crlf | ||
*.reg text eol=crlf | ||
*.csv text eol=crlf | ||
*.cpp text eol=crlf | ||
*.xsl text eol=crlf | ||
|
||
# Set LF for Linux specific script files | ||
*.sh text eol=lf | ||
*.bash text eol=lf | ||
|
||
# All other files on Auto | ||
* text=auto |