Skip to content

Commit

Permalink
Merge branch 'main' into remove-pc-todo-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk authored Jan 9, 2025
2 parents 1af97ee + afc7de5 commit e497c0f
Show file tree
Hide file tree
Showing 117 changed files with 2,708 additions and 2,100 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This file is automatically synced from:
# https://github.com/autowarefoundation/sync-file-templates
# To make changes, update the source repository and follow the guidelines in its README.

# Modified from https://github.com/ament/ament_lint/blob/master/ament_clang_format/ament_clang_format/configuration/.clang-format
Language: Cpp
BasedOnStyle: Google
Expand Down
7 changes: 7 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This file is automatically synced from:
# https://github.com/autowarefoundation/sync-file-templates
# To make changes, update the source repository and follow the guidelines in its README.

Checks: "
-*,
boost-use-to-string,
Expand Down Expand Up @@ -202,6 +206,9 @@ WarningsAsErrors: "

HeaderFilterRegex: ^(?!\/usr)(?!\/opt)

ExtraArgs:
- -std=c++17

FormatStyle: none

CheckOptions:
Expand Down
Loading

0 comments on commit e497c0f

Please sign in to comment.