summary refs log tree commit diff stats
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-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