-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add default automatic EOL conversion to LF for text files
- Loading branch information
1 parent
e746884
commit 77e2445
Showing
1 changed file
with
3 additions
and
30 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,30 +1,3 @@ | ||
# Java sources | ||
*.java text eol=lf | ||
*.properties text eol=lf | ||
# Gradle | ||
*.gradle text eol=lf | ||
*.gradle.kts text eol=lf | ||
|
||
# Kotlin sources | ||
*.kt text eol=lf | ||
*.kts text eol=lf | ||
|
||
# Scripts | ||
*.sh text eol=lf | ||
*.bat text eol=crlf | ||
|
||
# Documents | ||
*.xml text eol=lf | ||
*.json text eol=lf | ||
*.jsonld text eol=lf | ||
*.yml text eol=lf | ||
*.yaml text eol=lf | ||
*.md text eol=lf | ||
*.txt text eol=lf | ||
|
||
#Docker files | ||
.env text eol=lf | ||
Dockerfile text eol=lf | ||
|
||
#Jenkins | ||
Jenkinsfile text eol=lf | ||
# normalize text files automatically | ||
* text=auto | ||
*.bat text eol=crlf |