| Index: .clang-format
|
| diff --git a/.clang-format b/.clang-format
|
| index f97f1bb27aa74c16d2bf19f5868943bc439dd709..8d4b5e40e0cf1eb11ff1a8cfc69aa96c7fc06c09 100644
|
| --- a/.clang-format
|
| +++ b/.clang-format
|
| @@ -6,6 +6,10 @@ BasedOnStyle: Chromium
|
| # '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): 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)
|
|
|