X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=.clang-format;h=3fc5c67376509f275d4ef5f5df8b23cbda51e586;hp=fff075fbfde5e4872abdf8e073d3aa482cf1b8a1;hb=1847c92bfb9fec90cf54b711f72f04a9a723df57;hpb=3029bc92f20d249ebea8779e46f6007aa0519b9a diff --git a/.clang-format b/.clang-format index fff075fbf..3fc5c6737 100644 --- a/.clang-format +++ b/.clang-format @@ -13,6 +13,7 @@ AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false BinPackArguments: true BinPackParameters: false +BreakBeforeBraces: Custom BraceWrapping: AfterControlStatement: false AfterEnum: false @@ -21,12 +22,12 @@ BraceWrapping: AfterStruct: false AfterUnion: false AfterExternBlock: false + AfterCaseLabel: true BeforeCatch: false BeforeElse: false IndentBraces: false SplitEmptyFunction: true BreakBeforeBinaryOperators: None -BreakBeforeBraces: Custom BreakBeforeTernaryOperators: false BreakStringLiterals: false ColumnLimit: 80