From 13406afd093894bf7502a0357da3ec4f3e84c31e Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 24 Feb 2017 19:13:59 +0000 Subject: [PATCH] clang-format: Enable include sorting for style=Chromium git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296161 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Format/Format.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index 9d72797cff..a48bd37d4d 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -656,7 +656,6 @@ FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) { if (Language == FormatStyle::LK_ObjC) ChromiumStyle.ColumnLimit = 80; } - ChromiumStyle.SortIncludes = false; return ChromiumStyle; } -- 2.40.0