summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-09-18 16:54:10 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-18 17:58:04 +0300
commit284dc0b563756a23cd7e85e0373ff08a381e724c (patch)
treeb55000ffe553d935a7fb98e6d2e147f924b57397
parent5abb4aebc78ebaaffe07ccb2300fa4bd047d40fb (diff)
downloadqtlocation-mapboxgl-284dc0b563756a23cd7e85e0373ff08a381e724c.tar.gz
[build] Allow function call and function declaration args to be on same or multiple lines
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
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