summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-02-26 22:46:04 +0000
committerGitHub <noreply@github.com>2019-02-26 22:46:04 +0000
commit879a5f6b5e0c259571e7dbe0d7633a19e982148d (patch)
tree9dd505a0440412404e3ec55f142ac7c7fae41671
parent549fe66e9cd274784edac47203b832ff7797834f (diff)
ClangFormat: Disable DerivePointerAlignment (#2842)
The option `DerivePointerAlignment` tries to automatically determine the pointer alignment used by the input. In our case, we would eventually like the code base to be consistent throughtout, so this commit disables that option.
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index cf788cb6b..01c8eeb25 100644
--- a/.clang-format
+++ b/.clang-format
@@ -15,5 +15,5 @@ BraceWrapping:
BeforeCatch: true
BeforeElse: true
BreakBeforeBraces: Custom
+DerivePointerAlignment: false
...
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback