summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-08-06 22:39:13 +0200
committerUwe Klotz <uklotz@mixxx.org>2019-08-06 22:40:47 +0200
commitd1f84fa7fdcc44b390a07eba17ff847a8d5efc1a (patch)
tree2a1297db8e56a12881c4b334d7f1140e152aa9d4 /.clang-format
parentef2548e2c03d5b3568352c4a1ef9f45848a8add1 (diff)
Enforce a consistent pointer alignment (*/&) style
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 c30ff4a3b7..8d4fec00f8 100644
--- a/.clang-format
+++ b/.clang-format
@@ -20,6 +20,7 @@ BinPackParameters: false
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
IndentCaseLabels: false
+DerivePointerAlignment: false
ReflowComments: false
SpaceAfterTemplateKeyword: false
SpacesBeforeTrailingComments: 1