mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
cf91227966
commit
f26b058d16
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user