Commit 7e809e11 authored by Marijn Kruisselbrink's avatar Marijn Kruisselbrink Committed by Commit Bot

IDL files should also use LF line endings.

Existing files are all fine because of a presubmit enforcing this, but setting
gitattributes makes it easier to not trigger the presubmit in the first place.

Bug: 832129
Change-Id: I3e82d89196d28d23c609e5e1ded56817505da0e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635868
Auto-Submit: Marijn Kruisselbrink <mek@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664542}
parent 185a6466
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
*.gni text eol=lf *.gni text eol=lf
*.h text eol=lf *.h text eol=lf
*.html text eol=lf *.html text eol=lf
*.idl text eol=lf
*.in text eol=lf *.in text eol=lf
*.inc text eol=lf *.inc text eol=lf
*.java text eol=lf *.java 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