forked from e-valuation/EvaP
-
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.
Disable CRLF conversion for bash scripts on repo level, removing
requirement for global config on user machines.
- Loading branch information
1 parent
ab41436
commit 838fa53
Showing
2 changed files
with
10 additions
and
12 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,5 @@ | ||
# Handle line endings automatically for files detected as text and leave all files detected as binary untouched. | ||
* text=auto | ||
|
||
# Never modify line endings of our bash scripts | ||
*.sh -crlf |
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