mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
Preparing for 1.2
This commit is contained in:
9
.github/CONTRIBUTING.md
vendored
Normal file
9
.github/CONTRIBUTING.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# A few notes on contributions
|
||||
|
||||
If you want to add code, please make sure it passes the clang-format style (I am using LLVM 4.0):
|
||||
|
||||
```bash
|
||||
git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file
|
||||
```
|
||||
|
||||
It is also a good idea to check this with `clang-tidy`; automatic fixes can be made using `-DCLANG_TIDY_FIX-ON` (resets to `OFF` when rerunning CMake).
|
||||
Reference in New Issue
Block a user