X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=blobdiff_plain;f=.clang-format;h=7b77b814e5d9fdd56401fd7fafd1eba2be742316;hp=b86de6c1e683b07787e6d04ad6b1cd74f28580e0;hb=refs%2Fheads%2Fv1.x;hpb=fb3710011600c04359d26615be7a92df1742a3e9 diff --git a/.clang-format b/.clang-format index b86de6c1..7b77b814 100644 --- a/.clang-format +++ b/.clang-format @@ -12,9 +12,9 @@ AllowAllArgumentsOnNextLine: true AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: Never -AllowShortCaseLabelsOnASingleLine: true +AllowShortCaseLabelsOnASingleLine: false #AllowShortEnumsOnASingleLine: true (in v11) -AllowShortFunctionsOnASingleLine: Inline +AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: true