Skip to content

Commit 5407bf9

Browse files
authored
chore: normalize line endings (#786)
1 parent 3c83f9a commit 5407bf9

File tree

2 files changed

+54
-52
lines changed

2 files changed

+54
-52
lines changed

.gitattributes

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#
2-
# https://help.github.com/articles/dealing-with-line-endings/
3-
#
4-
# These are explicitly windows files and should use crlf
5-
*.bat text eol=crlf
1+
# Documentation: https://www.git-scm.com/docs/gitattributes
62

3+
# Set default behavior to automatically normalize line endings.
4+
* text=auto eol=lf
5+
6+
# Enforce CRLF line endings in Windows batch scripts to avoid issues.
7+
*.cmd text eol=crlf
8+
*.bat text eol=crlf

img/CloudNew.svg

Lines changed: 47 additions & 47 deletions
Loading

0 commit comments

Comments
 (0)