mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-06 05:42:24 +00:00
422e74424a
Added input file to generate it. Moved the astyle stuff to the astyle directory in other/.
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