From e681407232a6fd1b2a0481a3aee6a91e19541e58 Mon Sep 17 00:00:00 2001 From: Kazuho Oku Date: Mon, 29 Aug 2016 10:43:29 +0900 Subject: [PATCH] preserve order of `#include` --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 20da849..9640123 100644 --- a/.clang-format +++ b/.clang-format @@ -4,3 +4,4 @@ IndentWidth: 4 ColumnLimit: 132 BreakBeforeBraces: Linux AllowShortFunctionsOnASingleLine: None +SortIncludes: false