Skip to content

Commit 3208fcc

Browse files
committed
Normalize line endings
1 parent 86412a2 commit 3208fcc

6 files changed

+9
-1
lines changed

.gitattributes

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# Auto detect text files and perform LF normalization
1+
# Set the default behavior, in case users don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Declare files that will always have LF line endings on checkout.
25
* text eol=lf
36

7+
# Denote all files that are truly binary and should not be modified.
8+
*.png binary
9+
*.jpg binary
10+
*.gif binary
11+
*.pdf binary

src/RICCommsStats.ts

100755100644
File mode changed.

src/RICDataExtractor.ts

100755100644
File mode changed.

src/RICMiniHDLC.ts

100755100644
File mode changed.

src/RICProtocolDefs.ts

100755100644
File mode changed.

src/RICStruct.ts

100755100644
File mode changed.

0 commit comments

Comments
 (0)