From 8ca04c2e17163e020e54999aed1d252d38de9066 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 14 Jun 2026 07:18:53 -0600 Subject: [PATCH] fix --- formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatter.py b/formatter.py index e4c304b..0e8e6de 100644 --- a/formatter.py +++ b/formatter.py @@ -2,7 +2,7 @@ import subprocess TIMEOUT_SECONDS = 5 -CLANG_FORMAT_STYLE = "{BasedOnStyle: LLVM, IndentWidth: 4, BreakBeforeBraces: Allman}" +CLANG_FORMAT_STYLE = "{BasedOnStyle: LLVM, IndentWidth: 4, BreakBeforeBraces: Attach}" class FormatError(Exception):