From 3baeb4e87ff6ace52b31de1916c9ef52e0053590 Mon Sep 17 00:00:00 2001 From: Marek Gilbert Date: Wed, 2 Aug 2017 09:20:21 -0700 Subject: Disallow merging short functions into a single line --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 220a54e..7fbcb06 100644 --- a/.clang-format +++ b/.clang-format @@ -5,3 +5,4 @@ AllowAllParametersOfDeclarationOnNextLine: true ObjCSpaceBeforeProtocolList: true SpacesInContainerLiterals: true PointerAlignment: Right +AllowShortFunctionsOnASingleLine: None -- cgit v1.2.3