Skip to content

Commit

Permalink
gitattributes: Require LF endings for .proto files.
Browse files Browse the repository at this point in the history
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: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805500}
  • Loading branch information
Darwin Huang authored and Commit Bot committed Sep 9, 2020
1 parent 9ae8c33 commit 1b4e372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b4e372

Please sign in to comment.