Skip to content

Commit

Permalink
Merge pull request #15 from rerun-io/emilk/improvements
Browse files Browse the repository at this point in the history
Misc improvements
  • Loading branch information
emilk authored Oct 31, 2023
2 parents ad236da + 529418c commit cf2d282
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DerivePointerAlignment: false
EmptyLineBeforeAccessModifier: LogicalBlock
IndentWidth: 4
IndentWrappedFunctionNames: true
InsertBraces: true
InsertTrailingCommas: Wrapped
MaxEmptyLinesToKeep: 1
NamespaceIndentation: All
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spelling_and_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: jprochazk/linkinator-action@main
with:
linksToSkip: "https://crates.io/crates/.*, http://localhost:.*" # Avoid crates.io rate-limiting
paths: "**/*.cpp, **/*.hpp, **/*.md, **/*.toml"
retry: true
retryErrors: true
retryErrorsCount: 5
Expand Down
Loading

0 comments on commit cf2d282

Please sign in to comment.