From da7959f71c5b3f86349d103e935c84ac95e706ef Mon Sep 17 00:00:00 2001
From: "Dmitry Yu. Naumov" <github@naumov.de>
Date: Sun, 20 Sep 2015 00:12:48 +0000
Subject: [PATCH] Update .clang-format.

---
 .clang-format | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.clang-format b/.clang-format
index e5323d2ecc8..ad4911499e5 100644
--- a/.clang-format
+++ b/.clang-format
@@ -4,10 +4,12 @@ BasedOnStyle:    Google
 
 AccessModifierOffset: -4
 AllowShortLoopsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: Inline
 BreakBeforeBraces: Allman
+DerivePointerAlignment: false
+ExperimentalAutoDetectBinPacking: true
 IndentWidth:     4
+PointerAlignment: Left
+Standard:        C++11
 TabWidth:        4
 UseTab:          ForIndentation
-ExperimentalAutoDetectBinPacking: true
-Standard:        C++11
-- 
GitLab