Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Kjell Hedström - seeking Senior Engineering roles as well as contract opportunities 2023-11-30 16:22:17 -07:00 committed by GitHub
parent cf91227966
commit f26b058d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,11 @@
# Formatting # Formatting
- [ ] I am following the formatting style of the existing codebase. - [ ] 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 # Testing