Try to describe our coding style using clang-format

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2020-12-14 16:37:14 +01:00
parent 8ed50ea6ed
commit 7645892ca2

View File

@@ -10,7 +10,7 @@ BraceWrapping:
AfterFunction: true
AfterStruct: false
AfterUnion: false
AfterExternBlock: true
AfterExternBlock: false
BeforeElse: false
BeforeWhile: false
IndentCaseLabels: false
@@ -22,6 +22,6 @@ BinPackArguments: false
BinPackParameters: false
AllowAllArgumentsOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterReturnType: AllDefinitions
AlignEscapedNewlines: Left
ForEachMacros: ['ssh_callbacks_iterate']