Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Unified Diff: third_party/WebKit/.clang-format

Issue 1615653012: Roll buildtools forward by one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no sortincludes for blink for now Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698