forked from j62/ctbrec
Add gitattributes and run initial normalization
This commit is contained in:
parent
034fe81081
commit
e734d46e9c
|
@ -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
|
|
@ -1,2 +0,0 @@
|
||||||
# Auto detect text files and perform LF normalization
|
|
||||||
* text=auto
|
|
Loading…
Reference in New Issue