mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Update .clang-format to correct qualifier alignment
This ensures 'east-const' order.
This commit is contained in:
parent
852ae6c195
commit
0376c127f6
Notes:
sideshowbarker
2024-07-17 16:21:14 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/0376c127f6 Pull-request: https://github.com/SerenityOS/serenity/pull/12321 Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 1 additions and 0 deletions
|
@ -11,3 +11,4 @@ BreakBeforeBraces: Custom
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
AfterFunction: true
|
AfterFunction: true
|
||||||
NamespaceIndentation: None
|
NamespaceIndentation: None
|
||||||
|
QualifierAlignment: Right
|
||||||
|
|
Loading…
Reference in a new issue