From 284dc0b563756a23cd7e85e0373ff08a381e724c Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Wed, 18 Sep 2019 16:54:10 +0300 Subject: [build] Allow function call and function declaration args to be on same or multiple lines --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index cacdf25308..956884c1b6 100644 --- a/.clang-format +++ b/.clang-format @@ -3,6 +3,8 @@ Language: Cpp BasedOnStyle: Google AccessModifierOffset: -4 AllowShortFunctionsOnASingleLine: Inline +BinPackArguments: false +BinPackParameters: false ColumnLimit: 120 IndentWidth: 4 SpacesBeforeTrailingComments: 1 -- cgit v1.2.1