Skip to content

Commit

Permalink
IDL files should also use LF line endings.
Browse files Browse the repository at this point in the history
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: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664542}
  • Loading branch information
mkruisselbrink authored and Commit Bot committed May 29, 2019
1 parent 185a646 commit 7e809e1
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 @@ -15,6 +15,7 @@
*.gni text eol=lf
*.h text eol=lf
*.html text eol=lf
*.idl text eol=lf
*.in text eol=lf
*.inc text eol=lf
*.java text eol=lf
Expand Down

0 comments on commit 7e809e1

Please sign in to comment.