diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
| @@ -13,10 +13,4 @@ classes, and also providing a powerful virtual-patching system, allowing | |||
| 13 | administrator to fix specific vulnerabilities and audit suspicious behaviours | 13 | administrator to fix specific vulnerabilities and audit suspicious behaviours |
| 14 | without having to touch the PHP code. | 14 | without having to touch the PHP code. |
| 15 | 15 | ||
| 16 | You can read its documentation [here](https://snuffleupagus.readthedocs.io/). | 16 | You can read its documentation [here](https://snuffleupagus.readthedocs.io/). \ No newline at end of file |
| 17 | |||
| 18 | # Code style | ||
| 19 | |||
| 20 | We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to | ||
| 21 | ensure a consistent code-style. Please run it with `clang-format -style=google` | ||
| 22 | before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format) | ||
