Commit 112cc8bd4ac0baa0d47957a4b989e8f97f07897c
1 parent
e6c6723d
Update readme.md
Update coding standards
Showing
1 changed file
with
1 additions
and
1 deletions
readme.md
| ... | ... | @@ -105,7 +105,7 @@ Please use Github Issues to report any problems or enhancements or send us pull |
| 105 | 105 | - Create a separate branch other than *master* to easily amend changes to a pull request later, if necessary. |
| 106 | 106 | - Write [good commit messages][11]. |
| 107 | 107 | - Use the same [coding style and spacing][13] |
| 108 | - (install clang-format and use it in the root directory: `clang-format -style=llvm openhantek/src/*`). | |
| 108 | + (install clang-format. Use make target: `make format` or execute directly from the openhantek directory: `clang-format -style=file src/*`). | |
| 109 | 109 | - Open a [pull request][12] with a clear title and description |
| 110 | 110 | |
| 111 | 111 | [10]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request | ... | ... |