From 6c81f32426b9104ef954c8bef3fdc93e06a046dd Mon Sep 17 00:00:00 2001 From: gibbed Date: Sat, 22 Feb 2020 12:05:37 -0600 Subject: [PATCH] Don't use Preserve for IncludeBlocks. --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-format b/.clang-format index 9f8b391e3..f9aa6536d 100644 --- a/.clang-format +++ b/.clang-format @@ -3,3 +3,6 @@ BasedOnStyle: Google DerivePointerAlignment: false PointerAlignment: Left SortIncludes: true + +# Regroup causes unnecessary noise due to clang-format bug. +IncludeBlocks: Preserve