Chromium Code Reviews| 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) |