Skip to content

Commit 1bffcfa

Browse files
Fix line-ending and force them through gitattributes.
1 parent 6c20f00 commit 1bffcfa

File tree

4 files changed

+381
-373
lines changed

4 files changed

+381
-373
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.cpp text eol=crlf
7+
*.h text eol=crlf
8+
*.py text eol=crlf

0 commit comments

Comments
 (0)