Skip to content

Commit

Permalink
Rationalise all the line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve O'Hara committed Aug 23, 2018
1 parent 390fba7 commit 574476f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
text=auto
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.txt text
*.md text
*.MF text
*.xml text
*.txt text
*.xml text
*.properties text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.exe binary
**/modbus/native/** binary

0 comments on commit 574476f

Please sign in to comment.