Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored Nov 30, 2023
1 parent cf91227 commit f26b058
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 f26b058

Please sign in to comment.