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

Unified Diff: .clang-format

Issue 2745303002: Make .clang-format files smaller after clang-format roll (Closed)
Patch Set: clang-format offer Created 3 years, 9 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 | « no previous file | chrome/browser/resources/.clang-format » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .clang-format
diff --git a/.clang-format b/.clang-format
index 8d4b5e40e0cf1eb11ff1a8cfc69aa96c7fc06c09..fcbc9c321a5c61e96b3e21aa510818a4d9c20ea0 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,9 +7,6 @@ BasedOnStyle: Chromium
# 'int>>' if the file already contains at least one such instance.)
Standard: Cpp11
-# TODO(thakis): Default this to true in -style=Chromium if we decide to keep it.
-SortIncludes: true
-
# Make sure code like:
# IPC_BEGIN_MESSAGE_MAP()
# IPC_MESSAGE_HANDLER(WidgetHostViewHost_Update, OnUpdate)
« no previous file with comments | « no previous file | chrome/browser/resources/.clang-format » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698