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