aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-01-15 10:56:55 +0100
committerLinus Jahn <lnj@kaidan.im>2022-01-15 14:04:15 +0100
commitee1ea9091f128164f91d29d7a3598d792326c1a7 (patch)
tree051e5ff874ad3cad80c1f8ca77338330c630d907 /.clang-format
parent6491c55011d8c677b776a7ba66c21031f689c2d2 (diff)
clang-format: Always align pointer/references right
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index c6658603..7a0b254b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -12,7 +12,6 @@ BraceWrapping:
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
BreakConstructorInitializers: BeforeColon
-DerivePointerAlignment: true
DisableFormat: false
IncludeBlocks: Regroup
IncludeCategories:
@@ -23,6 +22,7 @@ IncludeCategories:
- Regex: "^<[^Q].*"
Priority: 3
Language: Cpp
+PointerAlignment: Right
SortIncludes: true
SpaceAfterTemplateKeyword: false
SpacesBeforeTrailingComments: 2