aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2020-11-09 09:51:20 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2020-11-09 18:05:42 +0000
commit037298c081bf5962069c48dd5f6b2f09f3654fdf (patch)
treec107ce8edbad5bce516e6e0112fd30f30abb9468 /.gitattributes
parent550f1e23ae3e7ed700a707c16e072dd8e37447a0 (diff)
downloadpigweed-037298c081bf5962069c48dd5f6b2f09f3654fdf.tar.gz
git: Add "* text=auto" to .gitattributes
Change-Id: If241ed3f8d47ea06b797e34c3886b0891702e8b6 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/24141 Reviewed-by: Anthony DiGirolamo <tonymd@google.com> Commit-Queue: Rob Mohr <mohrr@google.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a9a504ae9..9197fde0e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
+* text=auto
# Force batch scripts to use CRLF.
*.bat text eol=crlf