1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47:35 +00:00

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

View file

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