X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=.clang-format;h=3fc5c67376509f275d4ef5f5df8b23cbda51e586;hp=fff075fbfde5e4872abdf8e073d3aa482cf1b8a1;hb=b0a1c7415575acbf66a625c338ea9cf6fa9df27c;hpb=3aa937ab446c323bec53fc3581c424a3cc5c020e 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