summaryrefslogtreecommitdiff
path: root/other/astyle/README
diff options
context:
space:
mode:
Diffstat (limited to 'other/astyle/README')
-rw-r--r--other/astyle/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/other/astyle/README b/other/astyle/README
new file mode 100644
index 00000000..26802ec7
--- /dev/null
+++ b/other/astyle/README
@@ -0,0 +1,11 @@
1This directory can house various tools and utilities.
2
3astylerc
4 - This file can be used in the precommit hook to try its best
5 at making the code conform to the coding style document.
6
7pre-commit (*NIX only at the moment)
8 - Lints your file in adherence to the coding style doucment as
9 best as possible in terms of spacing, indenting, etc.
10 - Requires you to have astyle installed.
11 - To use, copy this file to ProjectTox-Core/.git/hooks