[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [RFC PATCH v2 8/8] feedback from the community
Signed-off-by: Luca Fancellu <luca.fancellu@xxxxxxx> --- xen/.clang-format | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/.clang-format b/xen/.clang-format index 7880709fe1fd..bfc1d104af84 100644 --- a/xen/.clang-format +++ b/xen/.clang-format @@ -29,8 +29,8 @@ AlignArrayOfStructures: Left # [not specified] # Align consecutive assignments (supported in clang-format 3.8) AlignConsecutiveAssignments: - Enabled: true - AcrossEmptyLines: true + Enabled: false + AcrossEmptyLines: false AcrossComments: false # [not specified] @@ -46,8 +46,8 @@ AlignConsecutiveDeclarations: None # Align values of consecutive macros (supported in clang-format 9) AlignConsecutiveMacros: Enabled: true - AcrossEmptyLines: true - AcrossComments: true + AcrossEmptyLines: false + AcrossComments: false # [not specified] # Align escaped newlines to the right (supported in clang-format 5) -- 2.34.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |