Commit 1b4e3724 authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

gitattributes: Require LF endings for .proto files.

This was likely missed earlier, but was noticed during https://crrev.com/c/2401500.

Bug: 832129
Change-Id: Id808812aefc73cf3218db3ee915197b4da7937c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402101
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Auto-Submit: Darwin Huang <huangdarwin@chromium.org>
Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805500}
parent 9ae8c338
......@@ -27,6 +27,7 @@
*.mm text eol=lf
*.mojom text eol=lf
*.pdf -diff
*.proto text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.txt text eol=lf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment