fix format

This commit is contained in:
Barrett Ruth 2025-08-30 19:04:37 -05:00
parent c2ff10026d
commit 684051430a
2 changed files with 0 additions and 7 deletions

View file

@ -15,7 +15,6 @@ AlignConsecutiveBitFields:
AcrossEmptyLines: false AcrossEmptyLines: false
AcrossComments: false AcrossComments: false
AlignCompound: false AlignCompound: false
AlignFunctionDeclarations: false
AlignFunctionPointers: false AlignFunctionPointers: false
PadOperators: false PadOperators: false
AlignConsecutiveDeclarations: AlignConsecutiveDeclarations:
@ -23,7 +22,6 @@ AlignConsecutiveDeclarations:
AcrossEmptyLines: false AcrossEmptyLines: false
AcrossComments: false AcrossComments: false
AlignCompound: false AlignCompound: false
AlignFunctionDeclarations: true
AlignFunctionPointers: false AlignFunctionPointers: false
PadOperators: false PadOperators: false
AlignConsecutiveMacros: AlignConsecutiveMacros:
@ -31,7 +29,6 @@ AlignConsecutiveMacros:
AcrossEmptyLines: false AcrossEmptyLines: false
AcrossComments: false AcrossComments: false
AlignCompound: false AlignCompound: false
AlignFunctionDeclarations: false
AlignFunctionPointers: false AlignFunctionPointers: false
PadOperators: false PadOperators: false
AlignConsecutiveShortCaseStatements: AlignConsecutiveShortCaseStatements:
@ -45,7 +42,6 @@ AlignConsecutiveTableGenBreakingDAGArgColons:
AcrossEmptyLines: false AcrossEmptyLines: false
AcrossComments: false AcrossComments: false
AlignCompound: false AlignCompound: false
AlignFunctionDeclarations: false
AlignFunctionPointers: false AlignFunctionPointers: false
PadOperators: false PadOperators: false
AlignConsecutiveTableGenCondOperatorColons: AlignConsecutiveTableGenCondOperatorColons:
@ -53,7 +49,6 @@ AlignConsecutiveTableGenCondOperatorColons:
AcrossEmptyLines: false AcrossEmptyLines: false
AcrossComments: false AcrossComments: false
AlignCompound: false AlignCompound: false
AlignFunctionDeclarations: false
AlignFunctionPointers: false AlignFunctionPointers: false
PadOperators: false PadOperators: false
AlignConsecutiveTableGenDefinitionColons: AlignConsecutiveTableGenDefinitionColons:
@ -61,7 +56,6 @@ AlignConsecutiveTableGenDefinitionColons:
AcrossEmptyLines: false AcrossEmptyLines: false
AcrossComments: false AcrossComments: false
AlignCompound: false AlignCompound: false
AlignFunctionDeclarations: false
AlignFunctionPointers: false AlignFunctionPointers: false
PadOperators: false PadOperators: false
AlignEscapedNewlines: Left AlignEscapedNewlines: Left

View file

@ -35,7 +35,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL
-Wold-style-cast -Wold-style-cast
-Wcast-qual -Wcast-qual
-Wuseless-cast -Wuseless-cast
-Wno-sign-promotion
-Wcast-align -Wcast-align
-Wunused -Wunused
-Woverloaded-virtual -Woverloaded-virtual