Skip to content

Commit cf2d282

Browse files
authored
Merge pull request #15 from rerun-io/emilk/improvements
Misc improvements
2 parents ad236da + 529418c commit cf2d282

File tree

4 files changed

+381
-0
lines changed

4 files changed

+381
-0
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ DerivePointerAlignment: false
1919
EmptyLineBeforeAccessModifier: LogicalBlock
2020
IndentWidth: 4
2121
IndentWrappedFunctionNames: true
22+
InsertBraces: true
2223
InsertTrailingCommas: Wrapped
2324
MaxEmptyLinesToKeep: 1
2425
NamespaceIndentation: All

.github/workflows/spelling_and_links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: jprochazk/linkinator-action@main
3333
with:
3434
linksToSkip: "https://crates.io/crates/.*, http://localhost:.*" # Avoid crates.io rate-limiting
35+
paths: "**/*.cpp, **/*.hpp, **/*.md, **/*.toml"
3536
retry: true
3637
retryErrors: true
3738
retryErrorsCount: 5

0 commit comments

Comments
 (0)