forked from j62/ctbrec
1
0
Fork 0

Add gitattributes and run initial normalization

This commit is contained in:
0xboobface 2019-12-17 21:13:18 +01:00
parent 034fe81081
commit e734d46e9c
7 changed files with 224 additions and 216 deletions

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# Auto detect text files and perform LF normalization
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.bat text eol=crlf
*.java text diff=java
*.sh text eol=lf

View File

@ -1,2 +0,0 @@
# Auto detect text files and perform LF normalization
* text=auto