Skip to content

Commit cac7391

Browse files
committedApr 25, 2023
.gitattributes: remove support for old files, add python
Remove support for old .h, .cpp and .bat files. Set eol mode to lf for Python scripts. Closes #252
1 parent 9273fe2 commit cac7391

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎.gitattributes

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
# Default behavior, if core.autocrlf is unset.
55
* text=auto
66

7-
# Files to be converted to native line endings on checkout.
8-
*.cpp text
9-
*.h text
10-
11-
# Text files to always have CRLF (dos) line endings on checkout.
12-
*.bat text eol=crlf
13-
147
# Text files to always have LF (unix) line endings on checkout.
8+
*.py text eol=lf
159
*.sh text eol=lf
1610
*.zig text eol=lf

0 commit comments

Comments
 (0)
Please sign in to comment.