Browse Source

Re-applying 73a7a96, formatting, MyMesh reformat

pull/353/head
hank 1 year ago
parent
commit
4e2786c516
  1. 4
      .clang-format
  2. 492
      examples/companion_radio/MyMesh.cpp

4
.clang-format

@ -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

492
examples/companion_radio/MyMesh.cpp

File diff suppressed because it is too large
Loading…
Cancel
Save