From 8cc4f2c669802f30df2e15d1da58eb9580164484 Mon Sep 17 00:00:00 2001 From: Igor Nikonov Date: Mon, 30 Oct 2023 16:37:12 +0000 Subject: [PATCH] Fix: incorrect brace style --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 60ad398df82..52e01497187 100644 --- a/.clang-format +++ b/.clang-format @@ -53,7 +53,6 @@ ReflowComments: false AlignEscapedNewlinesLeft: false AlignEscapedNewlines: DontAlign AlignTrailingComments: false -InsertBraces: WrapLikely # Not changed: AccessModifierOffset: -4