Meta: Update .clang-format to correct qualifier alignment

This ensures 'east-const' order.
This commit is contained in:
Idan Horowitz 2022-02-06 21:15:10 +02:00 committed by Linus Groh
parent 852ae6c195
commit 0376c127f6
Notes: sideshowbarker 2024-07-17 16:21:14 +09:00

View file

@ -11,3 +11,4 @@ BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
NamespaceIndentation: None
QualifierAlignment: Right