summaryrefslogtreecommitdiff
path: root/other/astyle/README
diff options
context:
space:
mode:
authorZetok Zalbavar <zexavexxe@gmail.com>2015-06-20 01:22:46 +0100
committerZetok Zalbavar <zexavexxe@gmail.com>2015-06-20 01:22:46 +0100
commit68dc14f80c7ae202ababbd0372a04b137ea8b563 (patch)
tree555462d287d3b54152c58c100591c88b1c0f5e33 /other/astyle/README
parent67df1ab7ce6b6cb8103ddf73df814f685240a59c (diff)
Add real instruction on how to use APIDSL and astyle
also add to "tox{,.in}.h" note that "tox.h" shouldn't be edited directly, pointing to "tox.in.h"
Diffstat (limited to 'other/astyle/README')
-rw-r--r--other/astyle/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/other/astyle/README b/other/astyle/README
deleted file mode 100644
index 26802ec7..00000000
--- a/other/astyle/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