Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | # Set the default behavior, in case people don't have core.autocrlf set. |
| 2 | * text=off |
| 3 | |
| 4 | # Explicitly declare text files you want to always be normalized and converted |
| 5 | # to native line endings on checkout. |
| 6 | *.java text |
| 7 | *.groovy text |
| 8 | *.json text |
| 9 | *.xsd text |
| 10 | *.xjb text |
| 11 | *.wsdl txt |
| 12 | *.properties text |
| 13 | *.xml text |
| 14 | *.sql text |
| 15 | *.bpmn text |
Benjamin, Max | 9868f17 | 2020-05-18 16:37:51 -0400 | [diff] [blame] | 16 | *.sh text eol=lf |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 17 | # Declare files that will always have CRLF line endings on checkout. |
| 18 | |
| 19 | |
| 20 | # Denote all files that are truly binary and should not be modified. |
| 21 | *.png binary |
| 22 | *.jpg binary |
| 23 | *.jks binary |
| 24 | *.pdf binary |
| 25 | *.docx binary |
| 26 | *.xlsx binary |
| 27 | *.crt binary |
| 28 | *.key binary |