From 6ac8711e23869115ac87c303a76792782b492203 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Tue, 5 Jul 2016 21:48:30 +0300 Subject: [PATCH] [] Fixes to .clang-format. --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index cc78dcce32..cba94dce8d 100644 --- a/.clang-format +++ b/.clang-format @@ -20,4 +20,5 @@ DerivePointerAlignment: false IndentCaseLabels: false NamespaceIndentation: None PointerAlignment: Middle +SortIncludes: true Standard: Cpp11