forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/7.0'
Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs qtcreator_ide_branding.pri src/plugins/studiowelcome/recentpresets.h src/plugins/studiowelcome/userpresets.h Change-Id: Ie573b945eb28347a36ee1b3582fbd6ab0c0f866c
This commit is contained in:
@@ -53,7 +53,10 @@ clang::format::FormatStyle qtcStyle()
|
||||
style.Language = FormatStyle::LK_Cpp;
|
||||
style.AccessModifierOffset = -4;
|
||||
style.AlignAfterOpenBracket = FormatStyle::BAS_Align;
|
||||
#if LLVM_VERSION_MAJOR >= 12
|
||||
#if LLVM_VERSION_MAJOR >= 15
|
||||
style.AlignConsecutiveAssignments = {false};
|
||||
style.AlignConsecutiveDeclarations = {false};
|
||||
#elif LLVM_VERSION_MAJOR >= 12
|
||||
style.AlignConsecutiveAssignments = FormatStyle::ACS_None;
|
||||
style.AlignConsecutiveDeclarations = FormatStyle::ACS_None;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user