projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4766b2
)
clang-format: This did not work
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Sep 2022 18:35:40 +0000
(14:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Sep 2022 18:35:40 +0000
(14:35 -0400)
I thought AlignConsecutiveDeclarations would
align function parameters, but it doesn't.
So drop it again.
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index 51e8ce8d5b25a51b8dc8f5f3b3c28238fa6c8217..c00b9e370b1f3d90ff4776d39d6cf888e6fed560 100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-4,7
+4,6
@@
AlwaysBreakAfterDefinitionReturnType: All
BreakBeforeBinaryOperators: None
BinPackParameters: false
SpaceAfterCStyleCast: true
-AlignConsecutiveDeclarations: true
PointerAlignment: Right
# Our column limit is actually 80, but setting that results in clang-format
# making a lot of dubious hanging-indent choices; disable it and assume the