| Index: third_party/WebKit/.clang-format
|
| diff --git a/third_party/WebKit/.clang-format b/third_party/WebKit/.clang-format
|
| index 5b512523d26b432ad044dfe9b69ab861b6d16aea..d580e264553f871e3f6570661f07957a8d129bd7 100644
|
| --- a/third_party/WebKit/.clang-format
|
| +++ b/third_party/WebKit/.clang-format
|
| @@ -1,4 +1,5 @@
|
| -BasedOnStyle: WebKit
|
| +BasedOnStyle: Chromium
|
| +ColumnLimit: 0
|
| # This defaults to 'Auto'. Explicitly set it for a while, so that
|
| # 'vector<vector<int> >' in existing files gets formatted to
|
| # 'vector<vector<int>>'. ('Auto' means that clang-format will only use
|
|
|