about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-22 19:52:35 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-22 19:52:35 -0700
commit6560b0b5c6169285c2d65980b12ddb2dddac5f79 (patch)
treedabf30ce13a50eb35e5519fd3a97a4d9b2970ec6
parent7b9c1ce45064fab605b77794854109ec91ce8f28 (diff)
downloadwitness-tutorializer-6560b0b5c6169285c2d65980b12ddb2dddac5f79.tar.gz
witness-tutorializer-6560b0b5c6169285c2d65980b12ddb2dddac5f79.tar.bz2
witness-tutorializer-6560b0b5c6169285c2d65980b12ddb2dddac5f79.zip
Mark cpp/h as text
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index dfe0770..3dd6c7d 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -1,2 +1,4 @@
1# Auto detect text files and perform LF normalization 1# Auto detect text files and perform LF normalization
2* text=auto 2* text=auto
3*.cpp text eol=crlf
4*.h text eol=crlf