diff options
author | irungentoo <irungentoo@gmail.com> | 2014-03-04 16:07:08 -0500 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-03-04 16:07:08 -0500 |
commit | ce6440c5a20b3eefe478636a10778206a3454fb8 (patch) | |
tree | 5240d28b5986a1ed09044b6dc6e353b583d8c090 /tools/README | |
parent | b6fe49e59a39cb12334cbcad82b07a6247eb22d5 (diff) | |
parent | 81f748e4f8940ec0783b007136059ace4fecc937 (diff) |
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
Diffstat (limited to 'tools/README')
-rw-r--r-- | tools/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/README b/tools/README index 4d8538c3..26802ec7 100644 --- a/tools/README +++ b/tools/README | |||
@@ -1,9 +1,11 @@ | |||
1 | This directory can house various tools and utilities. | 1 | This directory can house various tools and utilities. |
2 | 2 | ||
3 | astylerc | 3 | astylerc |
4 | - This file can be used in the precommit hook to try its best at making the code conform to the coding style document. | 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. | ||
5 | 6 | ||
6 | pre-commit (*NIX only at the moment) | 7 | pre-commit (*NIX only at the moment) |
7 | - Lints your file in adherence to the coding style doucment as best as possible in terms of spacing, indenting, etc. | 8 | - Lints your file in adherence to the coding style doucment as |
9 | best as possible in terms of spacing, indenting, etc. | ||
8 | - Requires you to have astyle installed. | 10 | - Requires you to have astyle installed. |
9 | - To use, copy this file to ProjectTox-Core/.git/hooks | 11 | - To use, copy this file to ProjectTox-Core/.git/hooks |