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):