Skip to content

Commit

Permalink
Merge branch 'develop' into feature/proper-mdns-support
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Oct 7, 2024
2 parents 4548d88 + a79387b commit 9269344
Show file tree
Hide file tree
Showing 30 changed files with 1,396 additions and 941 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: true
Expand All @@ -97,7 +97,7 @@ BraceWrapping:
BeforeLambdaBody: false
BeforeWhile: false
IndentBraces: false
SplitEmptyFunction: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
BreakAfterAttributes: Never
Expand Down Expand Up @@ -137,7 +137,7 @@ LambdaBodyIndentation: OuterScope
MaxEmptyLinesToKeep: 1
NamespaceIndentation: All
PPIndentWidth: -1
PackConstructorInitializers: NextLine
PackConstructorInitializers: Never

PointerAlignment: Left
ReferenceAlignment: Left
Expand Down
31 changes: 18 additions & 13 deletions .github/scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9269344

Please sign in to comment.