This commit is contained in:
2026-06-14 07:18:53 -06:00
parent 8d40a7b2f0
commit 8ca04c2e17

View File

@@ -2,7 +2,7 @@ import subprocess
TIMEOUT_SECONDS = 5 TIMEOUT_SECONDS = 5
CLANG_FORMAT_STYLE = "{BasedOnStyle: LLVM, IndentWidth: 4, BreakBeforeBraces: Allman}" CLANG_FORMAT_STYLE = "{BasedOnStyle: LLVM, IndentWidth: 4, BreakBeforeBraces: Attach}"
class FormatError(Exception): class FormatError(Exception):