summaryrefslogtreecommitdiff
path: root/tools/README
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-04-25 20:39:13 -0400
committerirungentoo <irungentoo@gmail.com>2015-04-25 20:39:13 -0400
commit422e74424a759c31d1dcfe0d1d9fbce3f39efb32 (patch)
tree2573d07ace13214f568d917ea70020c66c342b33 /tools/README
parent28de3f59fdfc185e42d3d5393de7fd5ba78eae5d (diff)
Switched tox.h to the dsl generated one.
Added input file to generate it. Moved the astyle stuff to the astyle directory in other/.
Diffstat (limited to 'tools/README')
-rw-r--r--tools/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/README b/tools/README
deleted file mode 100644
index 26802ec7..00000000
--- a/tools/README
+++ /dev/null
@@ -1,11 +0,0 @@
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