Clang format splash screen

This commit is contained in:
Rickey Fehr
2025-11-23 18:43:45 -08:00
parent f51380c93c
commit fcb2337fa2
4 changed files with 20 additions and 9 deletions
+3 -1
View File
@@ -34,7 +34,7 @@ SpaceBeforeParensOptions:
AlignOperands: AlignAfterOperator
BreakBeforeBinaryOperators: None
IndentPPDirectives: AfterHash
IndentPPDirectives: None
AlignConsecutiveMacros: Consecutive
BinPackArguments: false
@@ -48,3 +48,5 @@ ReflowComments: true
SpacesInLineCommentPrefix:
Minimum: 1
Maximum: 1
PenaltyReturnTypeOnItsOwnLine: 99999999