Re-applying 73a7a96, formatting, MyMesh reformat

This commit is contained in:
hank
2025-06-01 20:28:29 -07:00
förälder 9247ce460a
incheckning 69b431a517
3 ändrade filer med 177 tillägg och 340 borttagningar
+2 -2
Visa fil
@@ -14,7 +14,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
@@ -35,7 +35,7 @@ BraceWrapping:
BeforeElse: true
IndentBraces: false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Stroustrup
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 110