aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorGravatar Marek Gilbert <mcg@google.com>2017-08-02 09:20:21 -0700
committerGravatar Marek Gilbert <mcg@google.com>2017-08-02 11:07:57 -0700
commit3baeb4e87ff6ace52b31de1916c9ef52e0053590 (patch)
treed97781a28940df8b61939123e8ef5c39a20c5dfd /.clang-format
parent5fb5426521ddab0be694e1ff0b1add256f6220ec (diff)
Disallow merging short functions into a single line
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
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