Skip to content

Commit e894cee

Browse files
committed
chore: create .gitattributes for consistent EOL handling
`LF`를 사용하는 일관적인 EOL 핸들링을 위하여, `.gitattributes` 추가.
1 parent 27f5904 commit e894cee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://git-scm.com/docs/gitattributes
2+
3+
# Ensure consistent EOL(LF) for all files that Git considers text files.
4+
* text=auto eol=lf

0 commit comments

Comments
 (0)