Skip to content

Commit 8c1cf25

Browse files
kartik-sstylewarning
authored andcommitted
Configure repo to not convert LF to CLRF on Windows
Git's default behavior is to convert LFs to CLRFs when checking out on Windows. This breaks the tilde newline format directive as described here: https://sourceforge.net/p/sbcl/mailman/sbcl-devel/thread/4D50C7E6.20400%40yv.org/#msg27025402 Also see https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings for details on configuring line endings in Git.
1 parent 4b7c74b commit 8c1cf25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.lisp text eol=lf

0 commit comments

Comments
 (0)