From 8e3010fa8a36ab2698994e4c41f33ca52d92d0e9 Mon Sep 17 00:00:00 2001 From: brewmaster Date: Thu, 16 Nov 2023 22:00:29 +0900 Subject: [PATCH] add IncludeBlocks option to clang-format (#10) --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index dd8ffc6..03342bc 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ --- Language: Cpp BasedOnStyle: Google -ColumnLimit: 80 \ No newline at end of file +ColumnLimit: 80 +IncludeBlocks: Preserve \ No newline at end of file