mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Comment out clang-format directives that depend on clang 12
This commit is contained in:
parent
3a8884a54a
commit
dff9f5efce
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
BasedOnStyle: LLVM
|
||||
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
|
||||
# TODO-clang-12: AlignConsecutiveMacros: AcrossEmptyLinesAndComments
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
AllowAllConstructorInitializersOnNextLine: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
|
|
@ -26,8 +26,8 @@ PointerAlignment: Right
|
|||
ReflowComments: false
|
||||
# Not sure about SpaceAfterCStyleCast, some files use it others don't
|
||||
SpaceAfterCStyleCast: true
|
||||
SortIncludes: Never
|
||||
# TODO-clang-12: SortIncludes: Never
|
||||
SpaceBeforeParens: ControlStatementsExceptForEachMacros
|
||||
SpaceAroundPointerQualifiers: Before
|
||||
# TODO-clang-12: SpaceAroundPointerQualifiers: Before
|
||||
TabWidth: 8
|
||||
UseTab: ForContinuationAndIndentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue