mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
Format constructor initializers in a better way (#775)
This commit is contained in:
parent
3e2d4035ad
commit
f6915dc331
1 changed files with 2 additions and 2 deletions
|
|
@ -35,5 +35,5 @@ IndentExternBlock: Indent
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
PackConstructorInitializers: NextLine
|
PackConstructorInitializers: Never
|
||||||
BreakConstructorInitializersBeforeComma: true
|
BreakConstructorInitializers: BeforeComma
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue