diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-22 19:52:35 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-22 19:52:35 -0700 |
commit | 6560b0b5c6169285c2d65980b12ddb2dddac5f79 (patch) | |
tree | dabf30ce13a50eb35e5519fd3a97a4d9b2970ec6 | |
parent | 7b9c1ce45064fab605b77794854109ec91ce8f28 (diff) | |
download | witness-tutorializer-6560b0b5c6169285c2d65980b12ddb2dddac5f79.tar.gz witness-tutorializer-6560b0b5c6169285c2d65980b12ddb2dddac5f79.tar.bz2 witness-tutorializer-6560b0b5c6169285c2d65980b12ddb2dddac5f79.zip |
Mark cpp/h as text
-rw-r--r-- | .gitattributes | 2 |
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 | ||