diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2014-02-04 22:24:56 +0100 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2014-02-05 22:28:01 +0000 |
commit | b1bea543d9e9b333f36464bd374f14f9b3c95260 (patch) | |
tree | 56f716be4c01af526d585d1121e18b5348181bfe /.gitattributes | |
parent | 60ea64531f7deed90deda37ec6cf6fcf8eebcf57 (diff) | |
download | wireshark-b1bea543d9e9b333f36464bd374f14f9b3c95260.tar.gz wireshark-b1bea543d9e9b333f36464bd374f14f9b3c95260.tar.bz2 wireshark-b1bea543d9e9b333f36464bd374f14f9b3c95260.zip |
Introduce end-of-line normalization
Change-Id: Ie6991af2432b193fbdc23bbbd335f83c091f14e8
Reviewed-on: https://code.wireshark.org/review/114
Reviewed-by: Evan Huus <eapache@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..176a458f94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto |