diff options
author | Scott Graham <scottmg@chromium.org> | 2014-07-31 15:16:30 -0700 |
---|---|---|
committer | Scott Graham <scottmg@chromium.org> | 2014-07-31 15:16:30 -0700 |
commit | ecc73b9d994d2d56695fc6cbec04c420fd9f4fc1 (patch) | |
tree | 88efec5fa91f4310f56ba2ca8f89b0c775d428ca | |
parent | 515c26bfb762aa0c9fcc9d2443e6ec9e0dc93f9f (diff) | |
download | pdfium-ecc73b9d994d2d56695fc6cbec04c420fd9f4fc1.tar.xz |
remove .gitattributes to prevent automatic CRLF conversions
Added by https://codereview.chromium.org/292313014/ but causes
annoying warnings on Windows. Just don't add CRLFs.
R=jam@chromium.org
Review URL: https://codereview.chromium.org/430043002
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 176a458f94..0000000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto |