Commit 3e01a518 by Jamie Madill Committed by Commit Bot

Make .gni files always use LF endings.

This saves a lot of spam about dirty git formatting when changing .gni files. Bug: angleproject:3139 Change-Id: I244d5254ac6bd7bd1a7bedac5c34bd141fe0b9c0 Reviewed-on: https://chromium-review.googlesource.com/c/1460611Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 2b0553ce
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
**/shaders/gen/*.inc eol=lf **/shaders/gen/*.inc eol=lf
*.sh eol=lf *.sh eol=lf
*.gn eol=lf *.gn eol=lf
*.gni eol=lf
# Git conflict markers in the json file break the code generator. # Git conflict markers in the json file break the code generator.
# Using a binary merge strategy forces a conflict without changing the file. # Using a binary merge strategy forces a conflict without changing the file.
......
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