1
0
mirror of https://github.com/irungentoo/toxcore.git synced 2024-03-22 13:30:51 +08:00
Agatha 1cb38abf99 Minor documentation cleanup
This commit fixes some typos and grammar mistakes. It
also fixes some of the long text lines and generally
makes the documentation more readable.
2014-03-04 07:48:38 -05:00
..
2014-03-04 07:48:38 -05:00

This directory can house various tools and utilities.

astylerc
 - This file can be used in the precommit hook to try its best 
 at making the code conform to the coding style document.

pre-commit (*NIX only at the moment)
 - Lints your file in adherence to the coding style doucment as 
 best as possible in terms of spacing, indenting, etc.
 - Requires you to have astyle installed.
 - To use, copy this file to ProjectTox-Core/.git/hooks