Skip to content

Commit

Permalink
fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod committed Dec 6, 2023
2 parents 77d9415 + f26b058 commit d90f186
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
# Formatting
- [ ] I am following the formatting style of the existing codebase.

_a clang-format configuration file is available in the root of g3log_
_a clang-format configuration file is available in the root of g3log._
- _Use VSCode with clang-formatter or commandline:_
`clang-format -i path_to_file`
- _or recursive throughout the whole repo:_ `find . -iname "*.hpp" -o -iname "*.cpp" | xargs clang-format -i`


# Testing

Expand Down

0 comments on commit d90f186

Please sign in to comment.