| Index: third_party/WebKit/.clang-format
|
| diff --git a/third_party/WebKit/.clang-format b/third_party/WebKit/.clang-format
|
| index 5b512523d26b432ad044dfe9b69ab861b6d16aea..3f64e08e31c35b774aa4c062dc4216f7737b5b91 100644
|
| --- a/third_party/WebKit/.clang-format
|
| +++ b/third_party/WebKit/.clang-format
|
| @@ -4,3 +4,6 @@ BasedOnStyle: WebKit
|
| # 'vector<vector<int>>'. ('Auto' means that clang-format will only use
|
| # 'int>>' if the file already contains at least one such instance.)
|
| Standard: Cpp11
|
| +
|
| +# TODO(thakis): Consider enabling this.
|
| +SortIncludes: false
|
|
|