DescriptionAdjust line endings setting in .gitattributes
When checking out code on Windows, we have git set up to automagically
convert LF line-endings to CRLF line-endings. This confuses the canned
formatting presubmit check, which fails because the line endings are not
what it wants.
This CL turns off the automagic line-ending conversion for C/C++ source
files, so that clang-format doesn't get confused by them on Windows.
R=johnmccutchan@google.com
Committed: https://github.com/dart-lang/sdk/commit/eba3743adb2fb1027063c09088802ace11d05ea8
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|