.clang-format: Add more options for match existing coding style
authorMatthias Maennich <maennich@google.com>
Tue, 21 May 2019 04:38:05 +0000 (05:38 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 22 May 2019 12:34:31 +0000 (14:34 +0200)
commitfb70149cb1bacb62209180d5ee59ba7022c7ec85
tree92085463faa5163ea354258c5acada411887d7a6
parentb7a99e2299f8438b0a6e9f7ab8bbfdd76f8df942
.clang-format: Add more options for match existing coding style

Add options for constructor intializers, using declarations and
consecutive declarations.

Even though sorting using declarations could be useful, it changes too
much existing code as of now.

* .clang-format: Add options for ConstructorInitializers
Set SortUsingDeclarations=false
Set AlignConsecutiveDeclarations=true

Signed-off-by: Matthias Maennich <maennich@google.com>
.clang-format