From 9541bf1dc978496639d6094701f167814f025f45 Mon Sep 17 00:00:00 2001 From: Kazuho Oku Date: Wed, 17 Aug 2016 16:40:54 +0900 Subject: [PATCH] add SortIncludes: false --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 20da8493e..9640123c7 100644 --- a/.clang-format +++ b/.clang-format @@ -4,3 +4,4 @@ IndentWidth: 4 ColumnLimit: 132 BreakBeforeBraces: Linux AllowShortFunctionsOnASingleLine: None +SortIncludes: false