mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
.clang-format: explicitly specify qualifier alignment
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
e8d0163aa4
commit
1486e40f14
1 changed files with 1 additions and 0 deletions
|
|
@ -16,3 +16,4 @@ BraceWrapping:
|
||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Custom
|
||||||
BreakConstructorInitializers: BeforeComma
|
BreakConstructorInitializers: BeforeComma
|
||||||
Cpp11BracedListStyle: false
|
Cpp11BracedListStyle: false
|
||||||
|
QualifierAlignment: Left
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue