toxcore/other/astyle
irungentoo 422e74424a
Switched tox.h to the dsl generated one.
Added input file to generate it.

Moved the astyle stuff to the astyle directory in other/.
2015-04-25 20:39:13 -04:00
..
astylerc Switched tox.h to the dsl generated one. 2015-04-25 20:39:13 -04:00
pre-commit Switched tox.h to the dsl generated one. 2015-04-25 20:39:13 -04:00
README Switched tox.h to the dsl generated one. 2015-04-25 20:39:13 -04: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